Share via


VsTextPackageClass.GetMarkerTypeCount(Int32) Method

Definition

Returns the number of registered marker types within all buffers associated with the core text editor.

public:
 virtual int GetMarkerTypeCount([Runtime::InteropServices::Out] int % piMarkerTypeCount) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::GetMarkerTypeCount;
public:
 virtual int GetMarkerTypeCount([Runtime::InteropServices::Out] int % piMarkerTypeCount);
 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

Parameters

piMarkerTypeCount
Int32

Returns the number of registered marker types within all buffers associated with the core text editor.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to