Gets the project associated with this page.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ProjectMgr As ProjectNode
'使用
Dim instance As SettingsPage
Dim value As ProjectNode
value = instance.ProjectMgr
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public ProjectNode ProjectMgr { get; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property ProjectNode^ ProjectMgr {
ProjectNode^ get ();
}
public function get ProjectMgr () : ProjectNode
Property Value
Type: Microsoft.VisualStudio.Package.ProjectNode
Returns 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.