This document is archived and information here might be outdated. Recommended version. |
Find a tag in the collection by name.
[Visual Basic .NET]
Public Sub Find ( _
ByVal tagName As String, _
ByRef tagIndex As Integer _
)
[C#]
public void Find (
string tagName,
ref int tagIndex
);
[C++]
HRESULT Find(
BSTR tagName,
System.Int32* tagIndex
);
[C++] Parameters tagName [in]
tagName is a parameter of type BSTR tagIndex [out]
tagIndex is a parameter of type long*