VCPlatform2.GetToolNameForKeyword Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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: String
Return Value
Type: 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.