Freigeben über


VCPlatform.GetToolNameForKeyword-Methode

Ruft ein Tool über das Schlüsselwort ab.

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

Parameter

  • keyword
    Typ: String

    Schlüsselwort für das angeforderte Tool.

Rückgabewert

Typ: String
Zeichenfolge, die den Namen des Tools enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCPlatform Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace