VCCLCompilerTool.toolName Property

Gets the name of the specified tool.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

ReadOnly Default Property toolName As String

Dim instance As VCCLCompilerTool
Dim value As String

value = instance
string this { get; }
property String^ default {
    String^ get ();
}
function get toolName () : String

Property Value

Type: System.String

A string representing the name of the specified tool.

Permissions

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace