共用方式為


EndpointDiscoveryBehavior.Extensions 屬性

定義

取得與端點相關聯的延伸模組。

public:
 property System::Collections::ObjectModel::Collection<System::Xml::Linq::XElement ^> ^ Extensions { System::Collections::ObjectModel::Collection<System::Xml::Linq::XElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement> Extensions { get; }
member this.Extensions : System.Collections.ObjectModel.Collection<System.Xml.Linq.XElement>
Public ReadOnly Property Extensions As Collection(Of XElement)

屬性值

與端點相關聯的延伸模組集合。

備註

延伸模組是您要加入至端點的任何自訂 XML 中繼資料。

適用於