Share via


ToolsetCollection.Item[String] Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Gets the Toolset with matching toolsVersion.

public:
 property Microsoft::Build::BuildEngine::Toolset ^ default[System::String ^] { Microsoft::Build::BuildEngine::Toolset ^ get(System::String ^ toolsVersion); };
public Microsoft.Build.BuildEngine.Toolset this[string toolsVersion] { get; }
member this.Item(string) : Microsoft.Build.BuildEngine.Toolset
Default Public ReadOnly Property Item(toolsVersion As String) As Toolset

Parameters

toolsVersion
String

Property Value

Toolset with matching toolsVersion, or null if none exists.

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to