Partilhar via


Método IVsMethodData.PrevMethod

Retorna o número do método anterior.

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

Sintaxe

'Declaração
Function PrevMethod As Integer
int PrevMethod()
int PrevMethod()
abstract PrevMethod : unit -> int
function PrevMethod() : int

Valor de retorno

Tipo: Int32

Comentários

COM assinatura

De textmgr.idl:

long IVsMethodData::PrevMethod();

Este método é chamado pelo modo de exibição quando o usuário seleciona o método anterior em uma lista de métodos sobrecarregados.

Segurança do .NET Framework

Consulte também

Referência

IVsMethodData Interface

Namespace Microsoft.VisualStudio.TextManager.Interop