This document is archived and information here might be outdated. Recommended version. |
Used to get the set of properties and values from a TinIdentifyObject.
[Visual Basic .NET]
Public Sub GetPropAndValues ( _
ByVal Index As Integer, _
ByRef Property As String, _
ByRef Value As String _
)
[C#]
public void GetPropAndValues (
int Index,
ref string Property,
ref string Value
);
[C++]
HRESULT GetPropAndValues(
long Index,
System.String* Property,
System.String* Value
);
[C++] Parameters Index [in]
Index is a parameter of type long Property [out]
Property is a parameter of type BSTR* Value [out]
Value is a parameter of type BSTR*