VsTextPackageClass.GetMarkerTypeCount(Int32) Método

Definição

Retorna o número de tipos de marcador registrados em todos os buffers associados ao editor de texto principal.

public:
 virtual int GetMarkerTypeCount([Runtime::InteropServices::Out] int % piMarkerTypeCount) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::GetMarkerTypeCount;
 virtual int GetMarkerTypeCount([Runtime::InteropServices::Out] int & piMarkerTypeCount);
public virtual int GetMarkerTypeCount (out int piMarkerTypeCount);
abstract member GetMarkerTypeCount : int -> int
override this.GetMarkerTypeCount : int -> int
Public Overridable Function GetMarkerTypeCount (ByRef piMarkerTypeCount As Integer) As Integer

Parâmetros

piMarkerTypeCount
Int32

Retorna o número de tipos de marcador registrados em todos os buffers associados ao editor de texto principal.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Aplica-se a