OperationContext.Extensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のメッセージ コンテキストからサービス拡張のコレクションを取得します。
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)
プロパティ値
OperationContext の拡張のコレクション。
実装
注釈
このプロパティを Extensions 使用して、コンテキストの変更またはカスタム状態の追加に使用されるすべての拡張機能の OperationContext コレクションを取得します。 拡張機能の詳細については、「 拡張オブジェクト」を参照してください。