[]
Gets the number of characters for the given property name.
public string GetPropertyName(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the property for which the name is being returned. |
| Type | Description |
|---|---|
| string | The name of the property |
This method returns an empty string if index is invalid.
HRESULT ID2D1Properties::GetPropertyName([In] unsigned int index,[Out, Buffer] wchar_t* name,[In] unsigned int nameCount)
public void GetPropertyName(int index, IntPtr name, int nameCount)
| Type | Name | Description |
|---|---|---|
| int | index | |
| IntPtr | name | |
| int | nameCount |