ProjectElement.LabelLocation Property

Definition

Location of the "Label" attribute on this element, if any. If there is no such attribute, returns null;

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

Property Value

Returns ElementLocation.

Applies to