SettingsPage.ProjectMgr Property

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

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace