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