共用方式為


DispatchOperation.ParameterInspectors 屬性

定義

取得或設定 IParameterInspector 物件的集合,這些物件可以檢查和修改特定 Proxy 方法的傳入及傳出物件。

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

屬性值

SynchronizedCollection<IParameterInspector>

IParameterInspector 實作的集合。

備註

使用 ParameterInspectors 屬性,即可插入自訂 IParameterInspector 實作或修改目前的實作。 參數偵測器會依照加入要求之集合的順序,以及依照回覆的相反順序叫用。

適用於