IRemoteArgumentDictionaryContract 인터페이스

정의

키/값 쌍으로 저장된 RemoteArgument 개체의 컬렉션을 나타냅니다.

public interface class IRemoteArgumentDictionaryContract : System::AddIn::Contract::Collections::IRemoteArgumentCollectionContract
public interface IRemoteArgumentDictionaryContract : System.AddIn.Contract.Collections.IRemoteArgumentCollectionContract
type IRemoteArgumentDictionaryContract = interface
    interface IRemoteArgumentCollectionContract
    interface IRemoteArgumentEnumerableContract
    interface IContract
Public Interface IRemoteArgumentDictionaryContract
Implements IRemoteArgumentCollectionContract
파생
구현

설명

각 요소에는 IRemoteArgumentDictionaryContract 에 저장 된 키/값 쌍을 RemoteArgumentDictionaryEntry 개체입니다. 각 키/값 쌍 고유 키를 있어야 합니다.

IRemoteArgumentDictionaryContract 인터페이스를 사용 하는 포함 된 키와 값을 열거할 수 있지만 특정 정렬 순서를 의미 하지는 않습니다.

메서드

AcquireLifetimeToken()

클라이언트가 계약을 해지할 때까지 클라이언트에서 계약에 액세스할 수 있도록 지정합니다.

(다음에서 상속됨 IContract)
Add(RemoteArgument, RemoteArgument)

지정된 키와 값을 갖는 요소를 IRemoteArgumentDictionaryContract에 추가합니다.

Clear()

IRemoteArgumentDictionaryContract에서 요소를 모두 제거합니다.

ContainsKey(RemoteArgument)

지정된 키를 갖는 요소가 IRemoteArgumentDictionaryContract에 들어 있는지 여부를 나타냅니다.

GetCount()

IRemoteArgumentCollectionContract에 들어 있는 요소 수를 반환합니다.

(다음에서 상속됨 IRemoteArgumentCollectionContract)
GetEnumeratorContract()

IRemoteArgumentDictionaryEnumeratorContract의 요소를 반복하는 데 사용할 수 있는 IRemoteArgumentDictionaryContract를 반환합니다.

GetItem(RemoteArgument)

지정된 키를 갖는 요소의 값을 반환합니다.

GetKeys()

IRemoteArgumentCollectionContract 개체의 키가 들어 있는 IRemoteArgumentDictionaryContract를 반환합니다.

GetRemoteHashCode()

IContract의 해시 코드를 반환합니다.

(다음에서 상속됨 IContract)
GetValues()

IRemoteArgumentCollectionContract 개체의 값이 들어 있는 IRemoteArgumentDictionaryContract를 반환합니다.

QueryContract(String)

이 계약에서 구현하는 계약을 반환합니다.

(다음에서 상속됨 IContract)
RemoteEquals(IContract)

지정된 계약이 이 IContract와 같은지 여부를 나타냅니다.

(다음에서 상속됨 IContract)
RemoteToString()

현재 IContract의 문자열 표현을 반환합니다.

(다음에서 상속됨 IContract)
Remove(RemoteArgument)

IRemoteArgumentDictionaryContract에서 지정한 키를 가지는 요소를 제거합니다.

RevokeLifetimeToken(Int32)

클라이언트에서 계약에 더 이상 액세스할 수 없도록 지정합니다.

(다음에서 상속됨 IContract)
SetItem(RemoteArgument, RemoteArgument)

요소의 값을 바꿉니다.

적용 대상