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
- 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.