This document is archived and information here might be outdated. Recommended version. |
Puts the name of an element.
[Visual Basic .NET] Public Sub PutElementName ( _ ByVal pElement As IElement, _ ByVal Name As String _ )
[C#] public void PutElementName ( IElement pElement, string Name );
[C++]
HRESULT PutElementName(
IElement* pElement,
BSTR Name
);
[C++] Parameters pElement [in]
pElement is a parameter of type IElement* Name [in]
Name is a parameter of type BSTR