[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Properties.GetComObjectValueByName

GetComObjectValueByName Method

GetComObjectValueByName<T>(string)

Gets the value of the specified property by name.

Declaration
public T GetComObjectValueByName<T>(string name) where T : ComObject
Parameters
Type Name Description
string name

The name of the property.

Returns
Type Description
T

The value of the specified property by name.

Type Parameters
Name Description
T