IRemoteArgumentDictionaryEnumeratorContract Interface
Enumerates the elements of an IRemoteArgumentDictionaryContract.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken() | Specifies that the contract is accessible to a client until the client revokes the contract.(Inherited from IContract.) |
![]() | GetCurrent() | Returns the RemoteArgument in the collection at the current position of the enumerator.(Inherited from IRemoteArgumentEnumeratorContract.) |
![]() | GetEntry() | Returns the key and the value of the current IRemoteArgumentDictionaryContract entry. |
![]() | GetKey() | Returns the key of the current IRemoteArgumentDictionaryContract entry. |
![]() | GetRemoteHashCode() | |
![]() | GetValue() | Returns the value of the current IRemoteArgumentDictionaryContract entry. |
![]() | MoveNext() | Advances the enumerator to the next element of the collection.(Inherited from IRemoteArgumentEnumeratorContract.) |
![]() | QueryContract(String^) | Returns a contract that is implemented by this contract.(Inherited from IContract.) |
![]() | RemoteEquals(IContract^) | |
![]() | RemoteToString() | |
![]() | Reset() | Sets the enumerator to its initial position, which is before the first element in the collection.(Inherited from IRemoteArgumentEnumeratorContract.) |
![]() | RevokeLifetimeToken(Int32) | Specifies that the contract is no longer accessible to a client.(Inherited from IContract.) |
To get an IRemoteArgumentDictionaryEnumeratorContract, use the GetEnumeratorContract method of an IRemoteArgumentDictionaryContract.
Available since 3.5
