KeyFromIndex Property [Office 2003 SDK Documentation]
The KeyFromIndex property returns a string that represents the name of the property.
Applies to
Syntax
[Visual Basic 6.0]
Private Property Get ISmartDocProperties_KeyFromIndex(ByVal Index As Long) As String
[Visual Basic .NET]
Public ReadOnly Property KeyFromIndex(ByVal Index As Integer) As String Implements SmartTagLib.ISmartDocProperties.KeyFromIndex
[C#]
public string ISmartDocProperties.get_KeyFromIndex(int Index)
[Visual C++]
STDMETHOD(get_KeyFromIndex)(INT Index, BSTR * Key)
[Visual C++ .NET]
STDMETHOD(get_KeyFromIndex)(INT Index, BSTR * Key)
Parameters
Index Index values range from 0 to the value of ****
Visit Count
minus 1.