Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.