ClientOperation.ClientParameterInspectors プロパティ

定義

クライアント呼び出しの前またはそれに続けてパラメーターを表示または変更するために使用されるパラメーター インスペクター オブジェクトのコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IParameterInspector ^> ^ ClientParameterInspectors { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IParameterInspector ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IParameterInspector> ClientParameterInspectors { get; }
member this.ClientParameterInspectors : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IParameterInspector>
Public ReadOnly Property ClientParameterInspectors As ICollection(Of IParameterInspector)

プロパティ値

クライアント呼び出しの前またはそれに続けてパラメーターを表示または変更するために使用されるパラメーター インスペクター オブジェクトのコレクション。

注釈

ClientParameterInspectors はスレッド セーフなコレクションです。

適用対象