VCPlatform.GetToolNameForKeyword Method
Gets a tool by its keyword.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Декларация
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
- keyword
Type: System.String
Keyword for the requested tool.
Return Value
Type: System.String
String containing the name of the tool.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.