[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Properties.GetPropertyName

GetPropertyName Method

GetPropertyName(int)

Gets the number of characters for the given property name.

Declaration
public string GetPropertyName(int index)
Public Function GetPropertyName(index As Integer) As String
Parameters
Type Name Description
int index

The index of the property for which the name is being returned.

Returns
Type Description
string

The name of the property

Remarks

This method returns an empty string if index is invalid.

GetPropertyName(int, IntPtr, int)

HRESULT ID2D1Properties::GetPropertyName([In] unsigned int index,[Out, Buffer] wchar_t* name,[In] unsigned int nameCount)

Declaration
public void GetPropertyName(int index, IntPtr name, int nameCount)
Public Sub GetPropertyName(index As Integer, name As IntPtr, nameCount As Integer)
Parameters
Type Name Description
int index
IntPtr name
int nameCount