DelegatingXmlDictionaryWriter.WriteStartAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the start of an attribute with the specified local name and namespace URI.
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
The namespace prefix of the attribute.
- localName
- String
The local name of the attribute.
- ns
- String
The namespace URI for the attribute.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.