XmlQueryOutput.WriteStartAttribute(String, String, String) Method

Definition

Checks the attribute for well-formedness before writing the start of the attribute.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void WriteStartAttribute(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public override void WriteStartAttribute (string prefix, string localName, string ns);
override this.WriteStartAttribute : string * string * string -> unit
Public Overrides Sub WriteStartAttribute (prefix As String, localName As String, ns As String)

Parameters

prefix
String

String that contains prefix of attribute.

localName
String

String that contains local name of attribute.

ns
String

String that contains namespace of attribute.

Applies to