Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Project that is associated with the HostAdapter.
This API is not CLS-compliant.
Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Project As Project
'Usage
Dim instance As HostAdapter 
Dim value As Project 
value = instance.Project
[CLSCompliantAttribute(false)]
public Project Project { get; }
[CLSCompliantAttribute(false)]
public:
property Project^ Project {
    Project^ get ();
}
public function get Project () : Project
Property Value
Type: EnvDTE.Project
A project that is associated with the HostAdapter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace