DocumentTask.GetMarkerCommandInfo, méthode
Interroge la marque pour les informations de commande.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntaxe
'Déclaration
Public Overridable Function GetMarkerCommandInfo ( _
marker As IVsTextMarker, _
item As Integer, _
text As String(), _
commandFlags As UInteger() _
) As Integer
public virtual int GetMarkerCommandInfo(
IVsTextMarker marker,
int item,
string[] text,
uint[] commandFlags
)
Paramètres
- marker
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker
La marque à l'interroger.
- item
Type : System.Int32
L'IDENTIFICATEUR de la commande d'exécuter.Les valeurs doivent être prises d'MarkerCommandValues.
- text
Type : array<System.String[]
Le texte de l'ordre de marque dans le menu contextuel.
- commandFlags
Type : array<System.UInt32[]
[] les balises de commande.
Valeur de retour
Type : System.Int32
Lorsque cette méthode est implémentée par les classes dérivées, si elle réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Implémentations
IVsTextMarkerClient.GetMarkerCommandInfo(IVsTextMarker, Int32, array<String[], array<UInt32[])
Remarques
Par défaut, cette méthode retourne E_NOTIMPL.C'est une implémentation d'GetMarkerCommandInfo.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.