VCPlatform.GetToolNameForKeyword(String) Method

Definition

Gets a tool by its keyword.

public:
 System::String ^ GetToolNameForKeyword(System::String ^ keyword);
public:
 Platform::String ^ GetToolNameForKeyword(Platform::String ^ keyword);
std::wstring GetToolNameForKeyword(std::wstring const & keyword);
[System.Runtime.InteropServices.DispId(2513)]
public string GetToolNameForKeyword (string keyword);
[<System.Runtime.InteropServices.DispId(2513)>]
abstract member GetToolNameForKeyword : string -> string
Public Function GetToolNameForKeyword (keyword As String) As String

Parameters

keyword
String

Keyword for the requested tool.

Returns

String containing the name of the tool.

Attributes

Applies to