. Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Private Function GetPriorityIndex ( _
<OutAttribute> ByRef priorityIndex As Integer _
) As Integer Implements IVsPackageDefinedTextMarkerType.GetPriorityIndex
'Usage
Dim instance As VsTextMarker
Dim priorityIndex As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsPackageDefinedTextMarkerType).GetPriorityIndex(priorityIndex)
int IVsPackageDefinedTextMarkerType.GetPriorityIndex(
out int priorityIndex
)
private:
virtual int GetPriorityIndex(
[OutAttribute] int% priorityIndex
) sealed = IVsPackageDefinedTextMarkerType::GetPriorityIndex
private abstract GetPriorityIndex :
priorityIndex:int byref -> int
private override GetPriorityIndex :
priorityIndex:int byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- priorityIndex
Type: System..::..Int32%
Return Value
Type: System..::..Int32
Implements
IVsPackageDefinedTextMarkerTypeGetPriorityIndex(Int32%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace