OperationContext.Extensions プロパティ

定義

現在のメッセージ コンテキストからサービス拡張のコレクションを取得します。

public:
 property System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ Extensions { System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ get(); };
public System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext> Extensions { get; }
member this.Extensions : System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext>
Public ReadOnly Property Extensions As IExtensionCollection(Of OperationContext)

プロパティ値

IExtensionCollection<OperationContext>

OperationContext の拡張のコレクション。

実装

注釈

このプロパティを Extensions 使用して、コンテキストの変更またはカスタム状態の追加に使用されるすべての拡張機能の OperationContext コレクションを取得します。 拡張機能の詳細については、「 拡張オブジェクト」を参照してください。

適用対象