ProjectRootElement.FullPath 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 project file. If the project has not been loaded from disk and has not been given a path, returns null. If the project has not been loaded from disk but has been given a path, this path may not exist. Setter renames the project, if it already had a name.
public:
property System::String ^ FullPath { System::String ^ get(); void set(System::String ^ value); };
public string FullPath { get; set; }
member this.FullPath : string with get, set
Public Property FullPath As String
Property Value
The full path to the project file, or null
if the project is not loaded from disk.
Remarks
Updates the ProjectRootElement cache.