EndpointDiscoveryBehavior.Extensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與端點相關聯的延伸模組。
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 中繼資料。