VsTextManagerClass.GetMarkerTypeCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
[out] Pointer to a count of the marker types.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.