VsTextMarker.IVsPackageDefinedTextMarkerType.GetPriorityIndex(Int32) Method

Definition

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.GetPriorityIndex([Runtime::InteropServices::Out] int % priorityIndex) = Microsoft::VisualStudio::TextManager::Interop::IVsPackageDefinedTextMarkerType::GetPriorityIndex;
int IVsPackageDefinedTextMarkerType.GetPriorityIndex (out int priorityIndex);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.GetPriorityIndex : int -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.GetPriorityIndex : int -> int
Function GetPriorityIndex (ByRef priorityIndex As Integer) As Integer Implements IVsPackageDefinedTextMarkerType.GetPriorityIndex

Parameters

priorityIndex
Int32

Returns

Int32

Implements

Applies to