Share via


IVsTextSpanSet.Sort Method

Do not use this method.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function Sort ( _
    SortOptions As UInteger _
) As Integer
int Sort(
    uint SortOptions
)
int Sort(
    [InAttribute] unsigned int SortOptions
)
abstract Sort : 
        SortOptions:uint32 -> int
function Sort(
    SortOptions : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTextSpanSet Interface

Microsoft.VisualStudio.TextManager.Interop Namespace