XmlQueryOutput.WriteStartElementComputed Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Scrive un elemento con un nome che può essere calcolato in base a uno dei seguenti elementi: il prefisso e l'URI dello spazio dei nomi; i mapping dei prefissi; XPathNavigator; o .XmlQualifiedName
Overload
| Nome | Descrizione |
|---|---|
| WriteStartElementComputed(String, String) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Scrive un elemento con un nome calcolato da un |
| WriteStartElementComputed(String, Int32) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Scrive un elemento con un nome calcolato da un |
| WriteStartElementComputed(XPathNavigator) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Scrive un elemento con un nome calcolato da un |
| WriteStartElementComputed(XmlQualifiedName) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. Scrive un elemento con un nome calcolato da un |
WriteStartElementComputed(String, String)
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
Scrive un elemento con un nome calcolato da un prefix:localName nome di tag e un set di mapping dei prefissi.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
void WriteStartElementComputed(System::String ^ tagName, System::String ^ ns);
public void WriteStartElementComputed(string tagName, string ns);
member this.WriteStartElementComputed : string * string -> unit
Public Sub WriteStartElementComputed (tagName As String, ns As String)
Parametri
- tagName
- String
Stringa contenente il nome del tag.
- ns
- String
Stringa contenente il nome dello spazio dei nomi.
Si applica a
WriteStartElementComputed(String, Int32)
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
Scrive un elemento con un nome calcolato da un prefix:localName nome di tag e un set di mapping dei prefissi.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
void WriteStartElementComputed(System::String ^ tagName, int prefixMappingsIndex);
public void WriteStartElementComputed(string tagName, int prefixMappingsIndex);
member this.WriteStartElementComputed : string * int -> unit
Public Sub WriteStartElementComputed (tagName As String, prefixMappingsIndex As Integer)
Parametri
- tagName
- String
Stringa contenente il nome del tag.
Si applica a
WriteStartElementComputed(XPathNavigator)
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
Scrive un elemento con un nome calcolato da un prefix:localName nome di tag e un set di mapping dei prefissi.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
void WriteStartElementComputed(System::Xml::XPath::XPathNavigator ^ navigator);
public void WriteStartElementComputed(System.Xml.XPath.XPathNavigator navigator);
member this.WriteStartElementComputed : System.Xml.XPath.XPathNavigator -> unit
Public Sub WriteStartElementComputed (navigator As XPathNavigator)
Parametri
- navigator
- XPathNavigator
Oggetto XPathNavigator.
Si applica a
WriteStartElementComputed(XmlQualifiedName)
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
- Origine:
- XmlQueryOutput.cs
Scrive un elemento con un nome calcolato da un prefix:localName nome di tag e un set di mapping dei prefissi.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
void WriteStartElementComputed(System::Xml::XmlQualifiedName ^ name);
public void WriteStartElementComputed(System.Xml.XmlQualifiedName name);
member this.WriteStartElementComputed : System.Xml.XmlQualifiedName -> unit
Public Sub WriteStartElementComputed (name As XmlQualifiedName)
Parametri
- name
- XmlQualifiedName
XmlQualifiedName che contiene il nome.