ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetPropertyName Method / GetPropertyName(Int32,IntPtr,Int32) Method

In This Topic
    GetPropertyName(Int32,IntPtr,Int32) Method
    In This Topic
    HRESULT ID2D1Properties::GetPropertyName([In] unsigned int index,[Out, Buffer] wchar_t* name,[In] unsigned int nameCount)
    Syntax
    'Declaration
     
    Public Overloads Sub GetPropertyName( _
       ByVal index As Integer, _
       ByVal name As IntPtr, _
       ByVal nameCount As Integer _
    ) 
    public void GetPropertyName( 
       int index,
       IntPtr name,
       int nameCount
    )

    Parameters

    index
    name
    nameCount
    See Also