ProjectRootElement.FullPath Property

Definition

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.

Applies to