IRemoteArgumentDictionaryEnumeratorContract Interfaccia

Definizione

Enumera gli elementi di un oggetto 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
Implementazioni

Commenti

Per ottenere un IRemoteArgumentDictionaryEnumeratorContractoggetto , usare il GetEnumeratorContract metodo di un IRemoteArgumentDictionaryContractoggetto .

Metodi

AcquireLifetimeToken()

Specifica che il contratto è accessibile a un client finché tale client non lo revoca.

(Ereditato da IContract)
GetCurrent()

Restituisce l'oggetto RemoteArgument dell'insieme in corrispondenza della posizione corrente dell'enumeratore.

(Ereditato da IRemoteArgumentEnumeratorContract)
GetEntry()

Restituisce la chiave e il valore della voce IRemoteArgumentDictionaryContract corrente.

GetKey()

Restituisce la chiave della voce IRemoteArgumentDictionaryContract corrente.

GetRemoteHashCode()

Restituisce un codice hash per l'oggetto IContract.

(Ereditato da IContract)
GetValue()

Restituisce il valore della voce IRemoteArgumentDictionaryContract corrente.

MoveNext()

Sposta l'enumeratore all'elemento successivo della raccolta.

(Ereditato da IRemoteArgumentEnumeratorContract)
QueryContract(String)

Restituisce un contratto implementato da questo contratto.

(Ereditato da IContract)
RemoteEquals(IContract)

Indica se il contratto specificato è uguale a questo oggetto IContract.

(Ereditato da IContract)
RemoteToString()

Restituisce una rappresentazione di stringa dell'oggetto IContract corrente.

(Ereditato da IContract)
Reset()

Imposta l'enumeratore sulla propria posizione iniziale, ovvero prima del primo elemento nella raccolta.

(Ereditato da IRemoteArgumentEnumeratorContract)
RevokeLifetimeToken(Int32)

Specifica che il contratto non è più accessibile a un client.

(Ereditato da IContract)

Si applica a