ComponentOne Bitmap for UWP
GetComObjectValueByName<T> Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class : GetComObjectValueByName<T> Method
The name of the property.
Gets the value of the specified property by name.
Syntax
'Declaration
 
Public Function GetComObjectValueByName(Of T As ComObject)( _
   ByVal name As System.String _
) As T
public T GetComObjectValueByName<T>( 
   System.string name
)
where T: ComObject

Parameters

name
The name of the property.

Type Parameters

T

Return Value

The value of the specified property by name.
See Also

Reference

Properties Class
Properties Members