Toolset.SubToolsets Property

Definition

The set of sub-toolsets associated with this toolset.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Evaluation::SubToolset ^> ^ SubToolsets { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Evaluation::SubToolset ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Evaluation.SubToolset> SubToolsets { get; }
member this.SubToolsets : System.Collections.Generic.IDictionary<string, Microsoft.Build.Evaluation.SubToolset>
Public ReadOnly Property SubToolsets As IDictionary(Of String, SubToolset)

Property Value

The set of sub toolsets.

Applies to