ProxyResolveEventArgs.Adapter Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets the contract that was passed as a RemoteArgument between the host application and an add-in.
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 ReadOnly Property Adapter As IContract
'Usage
Dim instance As ProxyResolveEventArgs
Dim value As IContract
value = instance.Adapter
public IContract Adapter { get; }
public:
property IContract^ Adapter {
IContract^ get ();
}
public function get Adapter () : IContract
Property Value
Type: System.AddIn.Contract.IContract
The contract that was passed as a RemoteArgument between the host application and an add-in.