IProjectContext.ProjectFullPath 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.
Full path to the csproj file of the project.
public:
property System::String ^ ProjectFullPath { System::String ^ get(); };
public string ProjectFullPath { get; }
member this.ProjectFullPath : string
Public ReadOnly Property ProjectFullPath As String