XmlQueryOutput.WriteStartAttributeUnchecked 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
撰寫屬性的開頭。 因為已假設格式正確性,因此不會執行其他檢查。
多載
WriteStartAttributeUnchecked(String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 使用區域名稱撰寫屬性的開頭。 |
WriteStartAttributeUnchecked(String, String, String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 使用前置詞、區域名稱以及命名空間,撰寫屬性的開頭但不檢查語式是否正確。 |
WriteStartAttributeUnchecked(String)
使用區域名稱撰寫屬性的開頭。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
void WriteStartAttributeUnchecked(System::String ^ localName);
public void WriteStartAttributeUnchecked (string localName);
member this.WriteStartAttributeUnchecked : string -> unit
Public Sub WriteStartAttributeUnchecked (localName As String)
參數
- localName
- String
包含屬性區域名稱的字串。
適用於
WriteStartAttributeUnchecked(String, String, String)
使用前置詞、區域名稱以及命名空間,撰寫屬性的開頭但不檢查語式是否正確。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
void WriteStartAttributeUnchecked(System::String ^ prefix, System::String ^ localName, System::String ^ ns);
public void WriteStartAttributeUnchecked (string prefix, string localName, string ns);
member this.WriteStartAttributeUnchecked : string * string * string -> unit
Public Sub WriteStartAttributeUnchecked (prefix As String, localName As String, ns As String)
參數
- prefix
- String
包含命名空間前置詞的字串。
- localName
- String
包含屬性區域名稱的字串。
- ns
- String
包含命名空間的字串。