Método IVsTextSpanSet.Sort
Não use esse método.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
Parâmetros
SortOptions
Tipo: UInt32Não use.
Valor de retorno
Tipo: Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.