ProjectNode.ProjectFolder Property

Gets the path to the folder containing the project.

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

Syntax

'宣言
Public ReadOnly Property ProjectFolder As String
'使用
Dim instance As ProjectNode
Dim value As String

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

Property Value

Type: System.String

The path to the project folder.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace