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

Voir aussi

Référence

VsTextManagerClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms