IRemoteArgumentDictionaryEnumeratorContract Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the elements of an IRemoteArgumentDictionaryContract.
public interface class IRemoteArgumentDictionaryEnumeratorContract : System::AddIn::Contract::Collections::IRemoteArgumentEnumeratorContract
public interface IRemoteArgumentDictionaryEnumeratorContract : System.AddIn.Contract.Collections.IRemoteArgumentEnumeratorContract
type IRemoteArgumentDictionaryEnumeratorContract = interface
interface IRemoteArgumentEnumeratorContract
interface IContract
Public Interface IRemoteArgumentDictionaryEnumeratorContract
Implements IRemoteArgumentEnumeratorContract
- Implements
Remarks
To get an IRemoteArgumentDictionaryEnumeratorContract, use the GetEnumeratorContract method of an IRemoteArgumentDictionaryContract.
Methods
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() |
Returns a hash code for the IContract. (Inherited from IContract) |
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) |
Indicates whether the specified contract is equal to this IContract. (Inherited from IContract) |
RemoteToString() |
Returns a string representation of the current IContract. (Inherited from IContract) |
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) |