ProjectConfig.ProjectMgr Property

Returns the project manager for the project.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property ProjectMgr As ProjectNode
'使用
Dim instance As ProjectConfig
Dim value As ProjectNode

value = instance.ProjectMgr
public ProjectNode ProjectMgr { get; }
public:
property ProjectNode^ ProjectMgr {
    ProjectNode^ get ();
}
public function get ProjectMgr () : ProjectNode

Property Value

Type: Microsoft.VisualStudio.Package.ProjectNode

Returns the ProjectNode object to which the project configuration belongs.

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace