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
Return Value
Type: System.String
Implements
VCPlatform.GetToolNameForKeyword(String)
.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.