Freigeben über


VsTextSpanSetClass.Sort-Methode

Methodeninformationen nicht bereitgestellt.

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

Parameter

  • SortOptions
    Typ: UInt32

     

Rückgabewert

Typ: Int32

Implementiert

IVsTextSpanSet.Sort(UInt32)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextSpanSetClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace