RemoteObject.Contract Property

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

Gets or sets the contract.

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

Syntax

'Declaration
Protected Property Contract As IContract
'Usage
Dim value As IContract 

value = Me.Contract 

Me.Contract = value
protected IContract Contract { get; set; }
protected:
property IContract^ Contract {
    IContract^ get ();
    void set (IContract^ value);
}
protected function get Contract () : IContract 
protected function set Contract (value : IContract)

Property Value

Type: System.AddIn.Contract.IContract
The contract.

See Also

Reference

RemoteObject Class

RemoteObject Members

Microsoft.VisualStudio.Tools.Applications Namespace