DocumentableItem.ExtensibleAttributes プロパティ

定義

Web Services Interoperability (WS-I) Basic Profile 1.1 に準拠する WSDL の属性の拡張機能を表す XmlAttribute 型の配列を取得または設定します。

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ ExtensibleAttributes { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[] ExtensibleAttributes { get; set; }
member this.ExtensibleAttributes : System.Xml.XmlAttribute[] with get, set
Public Property ExtensibleAttributes As XmlAttribute()

プロパティ値

WS-I Basic Profile 1.1 に準拠する WSDL の属性の拡張機能を表す XmlAttribute 型の配列。

適用対象