VCConfiguration.Tools 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.
Gets the available tools for the configuration.
public:
property System::Object ^ Tools { System::Object ^ get(); };
public:
property Platform::Object ^ Tools { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(707)]
public object Tools { [System.Runtime.InteropServices.DispId(707)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(707)>]
[<get: System.Runtime.InteropServices.DispId(707)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Tools : obj
Public ReadOnly Property Tools As Object
Property Value
An object containing the available tools for the configuration.
- Attributes