Freigeben über


IVsTextSpanSet.Sort-Methode

Verwenden Sie diese Methode nicht.

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

Parameter

  • SortOptions
    Typ: UInt32

    Nicht verwenden.

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextSpanSet Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace