IVstaHostAdapter.Project Property

Gets a Project that is associated with the IVstaHostAdapter.

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

Syntax

'Declaration
ReadOnly Property Project As Project
'Usage
Dim instance As IVstaHostAdapter 
Dim value As Project 

value = instance.Project
Project Project { get; }
property Project^ Project {
    Project^ get ();
}
function get Project () : Project

Property Value

Type: EnvDTE.Project
A Project that is associated with the IVstaHostAdapter.

.NET Framework Security

See Also

Reference

IVstaHostAdapter Interface

IVstaHostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace