Método IVsPersistHierarchyItem2.ReloadItem (UInt32, UInt32)

 

Chamado para recarregar o item de projeto.

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

Sintaxe

int ReloadItem(
    uint itemid,
    uint dwReserved
)
int ReloadItem(
    unsigned int itemid,
    unsigned int dwReserved
)
abstract ReloadItem : 
        itemid:uint32 *
        dwReserved:uint32 -> int
Function ReloadItem (
    itemid As UInteger,
    dwReserved As UInteger
) As Integer

Parâmetros

  • itemid
    [in] Specifies itemid from VSITEMID.
  • dwReserved
    [in] Palavra dupla que contém o reservado.

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 vsshell.idl:

HRESULT IVsPersistHierarchyItem2::ReloadItem(
   [in] VSITEMID itemid,
   [in] DWORD dwReserved
);

Consulte também

Interface IVsPersistHierarchyItem2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo