Partilhar via


Método IVsEnumNavInfoNodes.Reset ()

 

Redefine a seqüência de enumeração para o início da seqüência.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int Reset()
int Reset()
abstract Reset : unit -> int
Function Reset As Integer

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell80.idl:

HRESULT IVsEnumNavInfoNodes::Reset();

Consulte também

Interface IVsEnumNavInfoNodes
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo