Condividi tramite


Metodo IVsTextManager.GetMarkerTypeCount

Restituisce il numero dei tipi registrati del marcatore in tutti i buffer associato con l'editor di testo principale.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetMarkerTypeCount ( _
    <OutAttribute> ByRef piMarkerTypeCount As Integer _
) As Integer
int GetMarkerTypeCount(
    out int piMarkerTypeCount
)
int GetMarkerTypeCount(
    [OutAttribute] int% piMarkerTypeCount
)
abstract GetMarkerTypeCount : 
        piMarkerTypeCount:int byref -> int
function GetMarkerTypeCount(
    piMarkerTypeCount : int
) : int

Parametri

  • piMarkerTypeCount
    Tipo: Int32%

    [out] Puntatore a un conteggio dei tipi del marcatore.

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextManager::GetMarkerTypeCount(
   [out] long *piMarkerTypeCount
);

I tipi esternamente registrati del marcatore possono modificare il conteggio dei tipi di marcatori per l'editor.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop