VsTextSpanSetClass.Sort Method

Method information not provided. Do not use.

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

Syntax

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

Parameters

Return Value

Type: System.Int32
Do not use.

Implements

IVsTextSpanSet.Sort(UInt32)

.NET Framework Security

See Also

Reference

VsTextSpanSetClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace