共用方式為


ClientOperationCompatBase.ParameterInspectors 屬性

定義

警告

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

取得參數偵測器的集合。

public:
 property System::Collections::Generic::IList<System::ServiceModel::Dispatcher::IParameterInspector ^> ^ ParameterInspectors { System::Collections::Generic::IList<System::ServiceModel::Dispatcher::IParameterInspector ^> ^ get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Collections.Generic.IList<System.ServiceModel.Dispatcher.IParameterInspector> ParameterInspectors { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ParameterInspectors : System.Collections.Generic.IList<System.ServiceModel.Dispatcher.IParameterInspector>
Public ReadOnly Property ParameterInspectors As IList(Of IParameterInspector)

屬性值

參數偵測器的集合。

屬性

適用於