This document is archived and information here might be outdated. Recommended version. |
Writes the text value of an element.
[Visual Basic .NET]
Public Sub WriteText ( _
ByVal Text As String _
)
[C#]
public void WriteText (
string Text
);
[C++]
HRESULT WriteText(
BSTR Text
);
[C++] Parameters Text [in]
Text is a parameter of type BSTR
The WriteText method writes the text value of an element.