Engine.Toolsets 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.
Returns the collection of Toolsets recognized by this 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