다음을 통해 공유


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)

속성 값

IList<IParameterInspector>

매개 변수 검사자의 컬렉션입니다.

특성

적용 대상