VsTextManagerClass.GetMarkerTypeCount, méthode
Retourne le nombre de types de marqueur enregistrés dans toutes les mémoires tampon associées avec le principal éditeur de texte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetMarkerTypeCount ( _
<OutAttribute> ByRef piMarkerTypeCount As Integer _
) As Integer
public virtual int GetMarkerTypeCount(
out int piMarkerTypeCount
)
public:
virtual int GetMarkerTypeCount(
[OutAttribute] int% piMarkerTypeCount
)
abstract GetMarkerTypeCount :
piMarkerTypeCount:int byref -> int
override GetMarkerTypeCount :
piMarkerTypeCount:int byref -> int
public function GetMarkerTypeCount(
piMarkerTypeCount : int
) : int
Paramètres
piMarkerTypeCount
Type : Int32%[out] pointeur à un nombre des types de marqueur.
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.GetMarkerTypeCount(Int32%)
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.