Gets the associated project.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Project As ProjectNode
'使用
Dim instance As OAProject
Dim value As ProjectNode
value = instance.Project
public ProjectNode Project { get; }
public:
property ProjectNode^ Project {
ProjectNode^ get ();
}
public function get Project () : ProjectNode
Property Value
Type: Microsoft.VisualStudio.Package.ProjectNode
Permissions
- 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.