DocumentableItem.ExtensibleAttributes 属性

定义

获取或设置类型为 XmlAttribute 的数组,该数组表示为符合 Web 服务互操作性 (WS-I) 基本概要 1.1 而进行的 WSDL 特性扩展。

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()

属性值

类型为 XmlAttribute 的数组,该数组表示为符合 Web 服务互操作性 (WS-I) 基本概要 1.1 而进行的 WSDL 特性扩展。

适用于