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