Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaración
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.