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
'Usage
Dim instance As VCPlatform 
Dim keyword As String 
Dim returnValue As String 

returnValue = instance.GetToolNameForKeyword(keyword)
string GetToolNameForKeyword(
    string keyword
)
String^ GetToolNameForKeyword(
    [InAttribute] String^ keyword
)
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

VCPlatform Members

Microsoft.VisualStudio.VCProjectEngine Namespace