ProjectNodeProperties.ProjectFolder Property

Gets the project folder.

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

Syntax

'宣言
<AutomationBrowsableAttribute(False)> _
Public ReadOnly Property ProjectFolder As String
'使用
Dim instance As ProjectNodeProperties
Dim value As String

value = instance.ProjectFolder
[AutomationBrowsableAttribute(false)]
public string ProjectFolder { get; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ProjectFolder {
    String^ get ();
}
public function get ProjectFolder () : String

Property Value

Type: System.String

The project folder of the associated hierarchy node's project node.

Permissions

See Also

Reference

ProjectNodeProperties Class

ProjectNodeProperties Members

Microsoft.VisualStudio.Package Namespace