DispatchRuntime.Operations プロパティ

定義

特定の操作の実行動作の制御に使用できる DispatchOperation オブジェクトのコレクションを取得します。

public:
 property System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ Operations { System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ get(); };
public System.Collections.Generic.SynchronizedKeyedCollection<string,System.ServiceModel.Dispatcher.DispatchOperation> Operations { get; }
member this.Operations : System.Collections.Generic.SynchronizedKeyedCollection<string, System.ServiceModel.Dispatcher.DispatchOperation>
Public ReadOnly Property Operations As SynchronizedKeyedCollection(Of String, DispatchOperation)

プロパティ値

SynchronizedKeyedCollection<K,T> 型および String 型オブジェクトの DispatchOperation

注釈

Operations プロパティを使用して、パラメーターの検査または変更、パラメーターおよび戻り値のシリアル化/逆シリアル化の制御、操作の呼び出しの制御、その他の単一操作による動作の変更を行います。 詳細については、「DispatchOperation」を参照してください。

適用対象