This document is archived and information here might be outdated. Recommended version. |
The name of the properties that can be animated.
[Visual Basic .NET]
Public Function get_PropertyName ( _
ByVal index As Integer _
) As String
[C#]
public string get_PropertyName (
int index
);
[C++]
HRESULT get_PropertyName(
long index,
System.String* pPropName
);
[C++] Parameters index [in]
index is a parameter of type long pPropName [out, retval]
pPropName is a parameter of type BSTR*