XmlReflectionMember.XmlAttributes 屬性

定義

取得或設定 , XmlAttributes 包含已套用到成員碼實體的 -相關屬性集合 XmlSerializer

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Xml::Serialization::XmlAttributes ^ XmlAttributes { System::Xml::Serialization::XmlAttributes ^ get(); void set(System::Xml::Serialization::XmlAttributes ^ value); };
public System.Xml.Serialization.XmlAttributes XmlAttributes { get; set; }
member this.XmlAttributes : System.Xml.Serialization.XmlAttributes with get, set
Public Property XmlAttributes As XmlAttributes

屬性值

一個 XmlAttributes 代表已套用到成員程式碼的 XML 屬性的

備註

網路服務方法成員的程式碼實體可以是輸入參數、輸出參數、回傳型別、輸入 SOAP 標頭屬性,或輸出 SOAP 標頭屬性。

你不需要直接使用這個 XmlReflectionMember 類別及其屬性。

適用於