ExternalProjectStartedEventArgs.TargetNames 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.
Targets that we will build in the project. This may mean different things for different project types, our tasks will put something like Rebuild, Clean, etc. here. This may be null if the project is being built with the default target.
public:
property System::String ^ TargetNames { System::String ^ get(); };
public string TargetNames { get; }
public string TargetNames { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TargetNames : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TargetNames : string
Public ReadOnly Property TargetNames As String
Property Value
The names of the targets being built in the external project. This can be a null reference (Nothing
in Visual Basic) if the external project is being built with the default target.
- Attributes