XdmWriter.WriteStartAttribute Method (string, string, string)XdmWriter.WriteStartAttribute Method (String, String, String)XdmWriter::WriteStartAttribute Method (String^, String^, String^)

Writes the start of an attribute with the specified prefix, local name, and namespace URI.

Syntax

Public Overrides Sub WriteStartAttribute( _
    prefix As String, _
    localName As String, _
    ns As String _
)
public override void WriteStartAttribute(
    string prefix,
    string localName,
    string ns
)
public:
virtual void WriteStartAttribute(
    String^ prefix, 
    String^ localName, 
    String^ ns
) override
 

Parameters

prefix

Type: System.StringSystem.StringSystem::String^

The namespace prefix of the attribute.

localName

Type: System.StringSystem.StringSystem::String^

The local name of the attribute.

ns

Type: System.StringSystem.StringSystem::String^

The namespace URI for the attribute.