IRemoteArgumentArrayContract Interface
Represents an array of RemoteArgument objects.
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.) |
![]() | 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. |
![]() | GetRemoteHashCode() | |
![]() | QueryContract(String^) | Returns a contract that is implemented by this contract.(Inherited from IContract.) |
![]() | RemoteEquals(IContract^) | |
![]() | RemoteToString() | |
![]() | 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. |
Use an IRemoteArgumentArrayContract to pass an array of RemoteArgument objects between contracts by reference.
An IRemoteArgumentArrayContract does not dynamically resize itself. If you need to use a collection that dynamically resizes itself, use the IRemoteArgumentArrayListContract interface.
Available since 3.5
