IRemoteArgumentCollectionContract Interface
.NET Framework (current version)
Represents a collection 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. |
![]() | GetEnumeratorContract() | Returns an enumerator that can be used to iterate through the collection.(Inherited from IRemoteArgumentEnumerableContract.) |
![]() | 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.) |
.NET Framework
Available since 3.5
Available since 3.5
Show:
