Engine.Toolsets Property

Definition

Gets or sets the collection of Toolsets that are recognized by this build engine instance.

public:
 property Microsoft::Build::BuildEngine::ToolsetCollection ^ Toolsets { Microsoft::Build::BuildEngine::ToolsetCollection ^ get(); };
public Microsoft.Build.BuildEngine.ToolsetCollection Toolsets { get; }
public Microsoft.Build.BuildEngine.ToolsetCollection Toolsets { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Toolsets : Microsoft.Build.BuildEngine.ToolsetCollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Toolsets : Microsoft.Build.BuildEngine.ToolsetCollection
Public ReadOnly Property Toolsets As ToolsetCollection

Property Value

A ToolsetCollection of the tools sets recognized by this engine instance.

Attributes

Applies to