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

XmlAttributes,表示已套用至成員程式碼的 XML 屬性。

備註

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

您不需要直接使用 XmlReflectionMember 類別及其屬性。

適用於