Partager via


ProjectTaskElement.MSBuildArchitectureLocation Property

Definition

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

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

Property Value

The location of the "MSBuildArchitecture" attribute on this element, or null if there is no "MSBuildArchitecture" attribute.

Applies to