Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
 Collapse AllExpand All        Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: JScript 
Tools Property

Gets the available tools for the configuration.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic (Declaration)
<span class="input">ReadOnly</span> <span class="input">Property</span> <span class="identifier">Tools</span> <span class="input">As</span> Object
Visual Basic (Usage)
<span class="input">Dim</span> <span class="parameter">instance</span> <span class="input">As</span> VCConfiguration
<span class="input">Dim</span> <span class="parameter">value</span> <span class="input">As</span> Object

<span class="parameter">value</span> = instance.<span class="identifier">Tools</span>
C#
Object <span class="identifier">Tools</span> { <span class="input">get</span>; }
Visual C++
<span class="input">property</span> Object^ <span class="identifier">Tools</span> {
    Object^ <span class="input">get</span> ();
}
JScript
<span class="input">function get</span> <span class="identifier">Tools</span> () : Object

Property Value

Type: System..::.Object
An object containing the available tools for the configuration.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker