IRemoteArgumentCollectionContract Interface

Definition

Represents a collection of RemoteArgument objects.

C#
public interface IRemoteArgumentCollectionContract : System.AddIn.Contract.Collections.IRemoteArgumentEnumerableContract
Derived
Implements

Methods

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

Returns a hash code for the IContract.

(Inherited from IContract)
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)
RevokeLifetimeToken(Int32)

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

(Inherited from IContract)

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1