Metodo VsTextManagerClass.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
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
Parametri
piMarkerTypeCount
Tipo: Int32%[out] Puntatore a un conteggio dei tipi del marcatore.
Valore restituito
Tipo: Int32
Implementa
IVsTextManager.GetMarkerTypeCount(Int32%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.