IRemoteArgumentArrayListContract Interface
Represents an array of RemoteArgument objects that dynamically resizes itself as required.
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.) |
![]() | 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() | |
![]() | 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^) | |
![]() | RemoteToString() | |
![]() | 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.) |
Available since 3.5
