ToolsetCollection.Item[String] Property

Definition

Gets the Toolset associated with the specified tools version.

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

Required. A string value representing the tools version associated with the desired Toolset.

Property Value

A Toolset object representing the toolset that matches the specified toolsVersion.

Applies to