Share via


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 メタデータです。

適用対象