RemoteArgumentDictionaryContractAdapter Class
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Represents a collection of RemoteArgument objects that are stored as key/value pairs.
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 RemoteArgumentDictionaryContractAdapter _
Inherits ContractAdapterBase _
Implements IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
'Usage
Dim instance As RemoteArgumentDictionaryContractAdapter
public sealed class RemoteArgumentDictionaryContractAdapter : ContractAdapterBase,
IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public ref class RemoteArgumentDictionaryContractAdapter sealed : public ContractAdapterBase,
IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
public final class RemoteArgumentDictionaryContractAdapter extends ContractAdapterBase implements IRemoteArgumentDictionaryContract, IRemoteArgumentCollectionContract, IRemoteArgumentEnumerableContract, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
Microsoft.VisualStudio.Tools.Applications.RemoteArgumentDictionaryContractAdapter
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.