Condividi tramite


Metodo IVsMethodData.PrevMethod

Restituisce il numero precedente del metodo.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function PrevMethod As Integer
int PrevMethod()
int PrevMethod()
abstract PrevMethod : unit -> int
function PrevMethod() : int

Valore restituito

Tipo: Int32

Note

Firma COM

da textmgr.idl:

long IVsMethodData::PrevMethod();

Questo metodo viene chiamato dalla visualizzazione quando l'utente seleziona il metodo precedente in un elenco di metodi di overload.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsMethodData Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop