ElementLocation.EmptyLocation 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 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