다음을 통해 공유


ClientRuntimeCompatBase.Operations 속성

정의

주의

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

클라이언트에 대한 클라이언트 작업 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::KeyedCollection<System::String ^, System::ServiceModel::Dispatcher::ClientOperation ^> ^ Operations { System::Collections::ObjectModel::KeyedCollection<System::String ^, System::ServiceModel::Dispatcher::ClientOperation ^> ^ 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.ObjectModel.KeyedCollection<string,System.ServiceModel.Dispatcher.ClientOperation> Operations { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.Operations : System.Collections.ObjectModel.KeyedCollection<string, System.ServiceModel.Dispatcher.ClientOperation>
Public ReadOnly Property Operations As KeyedCollection(Of String, ClientOperation)

속성 값

KeyedCollection<String,ClientOperation>

클라이언트 작업의 컬렉션입니다.

특성

적용 대상