This document is archived and information here might be outdated. Recommended version. |
Writes the starting tag of an element.
[Visual Basic .NET] Public Sub WriteStartTag ( _ ByVal LocalName As String, _ ByVal uri As String, _ ByVal Attributes As IXMLAttributes, _ ByVal namespaces As IXMLNamespaces, _ ByVal isEmpty As Boolean _ )
[C#] public void WriteStartTag ( string LocalName, string uri, IXMLAttributes Attributes, IXMLNamespaces namespaces, bool isEmpty );
[C++]
HRESULT WriteStartTag(
BSTR LocalName,
BSTR uri,
IXMLAttributes* Attributes,
IXMLNamespaces* namespaces,
VARIANT_BOOL isEmpty
);
[C++] Parameters LocalName [in]
LocalName is a parameter of type BSTR uri [in]
uri is a parameter of type BSTR Attributes [in]
Attributes is a parameter of type IXMLAttributes* namespaces [in]
namespaces is a parameter of type IXMLNamespaces* isEmpty [in]
isEmpty is a parameter of type bool