IRemoteArgumentCollectionContract Interface

 

Represents a collection of RemoteArgument objects.

Namespace:   System.AddIn.Contract.Collections
Assembly:  System.AddIn.Contract (in System.AddIn.Contract.dll)

public interface class IRemoteArgumentCollectionContract : IRemoteArgumentEnumerableContract, 
	IContract

NameDescription
System_CAPS_pubmethodAcquireLifetimeToken()

Specifies that the contract is accessible to a client until the client revokes the contract.(Inherited from IContract.)

System_CAPS_pubmethodGetCount()

Returns the number of elements contained in the IRemoteArgumentCollectionContract.

System_CAPS_pubmethodGetEnumeratorContract()

Returns an enumerator that can be used to iterate through the collection.(Inherited from IRemoteArgumentEnumerableContract.)

System_CAPS_pubmethodGetRemoteHashCode()

Returns a hash code for the IContract.(Inherited from IContract.)

System_CAPS_pubmethodQueryContract(String^)

Returns a contract that is implemented by this contract.(Inherited from IContract.)

System_CAPS_pubmethodRemoteEquals(IContract^)

Indicates whether the specified contract is equal to this IContract.(Inherited from IContract.)

System_CAPS_pubmethodRemoteToString()

Returns a string representation of the current IContract.(Inherited from IContract.)

System_CAPS_pubmethodRevokeLifetimeToken(Int32)

Specifies that the contract is no longer accessible to a client.(Inherited from IContract.)

.NET Framework
Available since 3.5
Return to top
Show: