VCPlatform.GetToolNameForKeyword Method

Gets a tool by its keyword.

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

Syntax

'Declaration
Function GetToolNameForKeyword ( _
    keyword As String _
) As String
string GetToolNameForKeyword(
    string keyword
)
String^ GetToolNameForKeyword(
    [InAttribute] String^ keyword
)
abstract GetToolNameForKeyword : 
        keyword:string -> string 
function GetToolNameForKeyword(
    keyword : String
) : String

Parameters

Return Value

Type: System.String
String containing the name of the tool.

.NET Framework Security

See Also

Reference

VCPlatform Interface

Microsoft.VisualStudio.VCProjectEngine Namespace