Partager via


VsExpansion.shortcut, champ

Fournit le nom de raccourci de l'extrait de code.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Public shortcut As String
public string shortcut
public:
String^ shortcut
val mutable shortcut: string
public var shortcut : String

Notes

Signature de COM

De textmgr2.idl :

   BSTR  shortcut;

Le nom de raccourci peut être passé à la méthode d'GetExpansionByShortcut dans l'interface d'IVsExpansionManager pour obtenir le titre et le chemin d'accès pour l'extrait de code. Le titre et le chemin d'accès peuvent ensuite être passés à la méthode d'InsertNamedExpansion dans l'interface d'IVsExpansion pour insérer l'extrait de code spécifié.

Sécurité .NET Framework

Voir aussi

Référence

VsExpansion Structure

Microsoft.VisualStudio.TextManager.Interop, espace de noms