次の方法で共有


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 属性を表す XmlAttributes

注釈

Web サービス メソッド メンバーのコード エンティティには、入力パラメーター、出力パラメーター、戻り値の型、入力 SOAP ヘッダー属性、または出力 SOAP ヘッダー属性を指定できます。

クラスとそのプロパティを直接使用する XmlReflectionMember 必要はありません。

適用対象