IRemoteArgumentArrayListContract Interface

Definition

Represents an array of RemoteArgument objects that dynamically resizes itself as required.

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
Implements

Methods

AcquireLifetimeToken()

Specifies that the contract is accessible to a client until the client revokes the contract.

(Inherited from IContract)
Add(RemoteArgument)

Adds a RemoteArgument to the end of the IRemoteArgumentArrayListContract.

Clear()

Removes all elements from the IRemoteArgumentArrayListContract.

Contains(RemoteArgument)

Indicates whether a specified RemoteArgument is in the IRemoteArgumentArrayListContract.

GetCount()

Returns the number of elements contained in the IRemoteArgumentCollectionContract.

(Inherited from IRemoteArgumentCollectionContract)
GetEnumeratorContract()

Returns an enumerator that can be used to iterate through the collection.

(Inherited from IRemoteArgumentEnumerableContract)
GetItem(Int32)

Returns the element at the specified index.

(Inherited from IRemoteArgumentArrayContract)
GetRemoteHashCode()

Returns a hash code for the IContract.

(Inherited from IContract)
IndexOf(RemoteArgument)

Returns the zero-based index of the first occurrence of a specified RemoteArgument in the IRemoteArgumentArrayListContract.

Insert(Int32, RemoteArgument)

Inserts a RemoteArgument into the IRemoteArgumentArrayListContract at the specified index.

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

Removes the first occurrence of a specified RemoteArgument from the IRemoteArgumentArrayListContract.

RemoveAt(Int32)

Removes the element at the specified index of the IRemoteArgumentArrayListContract.

RevokeLifetimeToken(Int32)

Specifies that the contract is no longer accessible to a client.

(Inherited from IContract)
SetItem(Int32, RemoteArgument)

Replaces the element at the specified index with the specified RemoteArgument.

(Inherited from IRemoteArgumentArrayContract)

Applies to