OAProject.Project Property

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

ProjectNode.

Permissions

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace