ManagedProjectContext.ProjectDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the workspace-relative path to the project directory.
public:
property System::String ^ ProjectDirectory { System::String ^ get(); };
public:
property Platform::String ^ ProjectDirectory { Platform::String ^ get(); };
public string ProjectDirectory { get; }
member this.ProjectDirectory : string
Public ReadOnly Property ProjectDirectory As String