DispatchOperation.ParameterInspectors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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)
屬性值
IParameterInspector 實作的集合。
備註
使用 ParameterInspectors 屬性,即可插入自訂 IParameterInspector 實作或修改目前的實作。 參數偵測器會依照加入要求之集合的順序,以及依照回覆的相反順序叫用。