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