XmlQueryOutput.WriteStartAttributeComputed 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 an attribute with a name that is computed from a prefix:localName
tag name and a set of prefix mappings.
Overloads
WriteStartAttributeComputed(XmlQualifiedName) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an attribute with a name that is computed from a |
WriteStartAttributeComputed(XPathNavigator) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an attribute with a name that is computed from a |
WriteStartAttributeComputed(String, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an attribute with a name that is computed from a |
WriteStartAttributeComputed(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Writes an attribute with a name that is computed from a "prefix:localName" tag name and a set of prefix mappings. |
WriteStartAttributeComputed(XmlQualifiedName)
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Writes an attribute with a name that is computed from a prefix:localName
tag name and a set of prefix mappings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void WriteStartAttributeComputed(System::Xml::XmlQualifiedName ^ name);
public void WriteStartAttributeComputed (System.Xml.XmlQualifiedName name);
member this.WriteStartAttributeComputed : System.Xml.XmlQualifiedName -> unit
Public Sub WriteStartAttributeComputed (name As XmlQualifiedName)
Parameters
- name
- XmlQualifiedName
String that contains name of attribute.
Applies to
WriteStartAttributeComputed(XPathNavigator)
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Writes an attribute with a name that is computed from a prefix:localName
tag name and a set of prefix mappings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void WriteStartAttributeComputed(System::Xml::XPath::XPathNavigator ^ navigator);
public void WriteStartAttributeComputed (System.Xml.XPath.XPathNavigator navigator);
member this.WriteStartAttributeComputed : System.Xml.XPath.XPathNavigator -> unit
Public Sub WriteStartAttributeComputed (navigator As XPathNavigator)
Parameters
- navigator
- XPathNavigator
XPathNavigator object.
Applies to
WriteStartAttributeComputed(String, Int32)
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Writes an attribute with a name that is computed from a prefix:localName
tag name and a set of prefix mappings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void WriteStartAttributeComputed(System::String ^ tagName, int prefixMappingsIndex);
public void WriteStartAttributeComputed (string tagName, int prefixMappingsIndex);
member this.WriteStartAttributeComputed : string * int -> unit
Public Sub WriteStartAttributeComputed (tagName As String, prefixMappingsIndex As Integer)
Parameters
- tagName
- String
String that contains tag name.
Applies to
WriteStartAttributeComputed(String, String)
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
- Source:
- XmlQueryOutput.cs
Writes an attribute with a name that is computed from a "prefix:localName" tag name and a set of prefix mappings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void WriteStartAttributeComputed(System::String ^ tagName, System::String ^ ns);
public void WriteStartAttributeComputed (string tagName, string ns);
member this.WriteStartAttributeComputed : string * string -> unit
Public Sub WriteStartAttributeComputed (tagName As String, ns As String)
Parameters
- tagName
- String
String that contains tag name of attribute.
- ns
- String
String that contains namespace of attribute.