VCPlatform::GetToolNameForKeyword Method (String^)

 

Gets a tool by its keyword.

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

String^ GetToolNameForKeyword(
	String^ keyword
)

Parameters

keyword
Type: System::String^

Keyword for the requested tool.

Return Value

Type: System::String^

String containing the name of the tool.

Return to top
Show: