Share via


ElementLocation.EmptyLocation Property

Definition

Gets the empty element location. This is not to be used when something is "missing": that should have a null location. It is to be used for the project location when the project has not been given a name. In that case, it exists, but can't have a specific location.

public:
 static property Microsoft::Build::Construction::ElementLocation ^ EmptyLocation { Microsoft::Build::Construction::ElementLocation ^ get(); };
public static Microsoft.Build.Construction.ElementLocation EmptyLocation { get; }
static member EmptyLocation : Microsoft.Build.Construction.ElementLocation
Public Shared ReadOnly Property EmptyLocation As ElementLocation

Property Value

Applies to