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