Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.