IRemoteArgumentArrayListContract Interfaccia

Definizione

Rappresenta una matrice di oggetti RemoteArgument in grado di ridimensionarsi in modo dinamico secondo le esigenze.

public interface class IRemoteArgumentArrayListContract : System::AddIn::Contract::Collections::IRemoteArgumentArrayContract
public interface IRemoteArgumentArrayListContract : System.AddIn.Contract.Collections.IRemoteArgumentArrayContract
type IRemoteArgumentArrayListContract = interface
    interface IRemoteArgumentArrayContract
    interface IRemoteArgumentCollectionContract
    interface IRemoteArgumentEnumerableContract
    interface IContract
Public Interface IRemoteArgumentArrayListContract
Implements IRemoteArgumentArrayContract
Implementazioni

Metodi

AcquireLifetimeToken()

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

(Ereditato da IContract)
Add(RemoteArgument)

Aggiunge un oggetto RemoteArgument alla fine di IRemoteArgumentArrayListContract.

Clear()

Rimuove tutti gli elementi da IRemoteArgumentArrayListContract.

Contains(RemoteArgument)

Indica se un oggetto RemoteArgument specificato è presente nell'oggetto IRemoteArgumentArrayListContract.

GetCount()

Restituisce il numero di elementi contenuti nell'oggetto IRemoteArgumentCollectionContract.

(Ereditato da IRemoteArgumentCollectionContract)
GetEnumeratorContract()

Restituisce un enumeratore che può essere utilizzato per scorrere la raccolta.

(Ereditato da IRemoteArgumentEnumerableContract)
GetItem(Int32)

Restituisce l'elemento in corrispondenza dell'indice specificato.

(Ereditato da IRemoteArgumentArrayContract)
GetRemoteHashCode()

Restituisce un codice hash per l'oggetto IContract.

(Ereditato da IContract)
IndexOf(RemoteArgument)

Restituisce l'indice in base zero della prima occorrenza di un oggetto RemoteArgument specificato nell'oggetto IRemoteArgumentArrayListContract.

Insert(Int32, RemoteArgument)

Inserisce un oggetto RemoteArgument in IRemoteArgumentArrayListContract in corrispondenza dell'indice specificato.

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)
Remove(RemoteArgument)

Rimuove la prima occorrenza di un oggetto RemoteArgument specificato dall'oggetto IRemoteArgumentArrayListContract.

RemoveAt(Int32)

Rimuove l'elemento in corrispondenza dell'indice specificato di IRemoteArgumentArrayListContract.

RevokeLifetimeToken(Int32)

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

(Ereditato da IContract)
SetItem(Int32, RemoteArgument)

Sostituisce l'elemento in corrispondenza dell'indice specificato con l'oggetto RemoteArgument specificato.

(Ereditato da IRemoteArgumentArrayContract)

Si applica a