Share via


RemoteArgumentArrayListContractAdapter Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Represents a list of RemoteArgument objects that can be passed between contracts.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public NotInheritable Class RemoteArgumentArrayListContractAdapter _
    Inherits ContractAdapterBase _
    Implements IRemoteArgumentArrayListContract, IRemoteArgumentArrayContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract,  _
    IContract
'Usage
Dim instance As RemoteArgumentArrayListContractAdapter
public sealed class RemoteArgumentArrayListContractAdapter : ContractAdapterBase, 
    IRemoteArgumentArrayListContract, IRemoteArgumentArrayContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public ref class RemoteArgumentArrayListContractAdapter sealed : public ContractAdapterBase, 
    IRemoteArgumentArrayListContract, IRemoteArgumentArrayContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public final class RemoteArgumentArrayListContractAdapter extends ContractAdapterBase implements IRemoteArgumentArrayListContract, IRemoteArgumentArrayContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.AddIn.Pipeline.ContractBase
      Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
        Microsoft.VisualStudio.Tools.Applications.RemoteArgumentArrayListContractAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RemoteArgumentArrayListContractAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace