Método VsTextManagerClass.GetMarkerTypeCount
Retorna o número de tipos de marcador registrados dentro de todos os buffers associados com o editor de texto principal.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
Parâmetros
piMarkerTypeCount
Tipo: Int32%[out] Ponteiro para uma contagem dos tipos de marcador.
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.GetMarkerTypeCount(Int32%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.