Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Properties Class / GetComObjectValueByName<T> Method
The name of the property.

In This Topic
    GetComObjectValueByName<T> Method
    In This Topic
    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