IVsPersistHierarchyItem2::ReloadItem Method (UInt32, UInt32)
Visual Studio 2015
Called to reload project item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] Specifies itemid from VSITEMID.
- dwReserved
-
Type:
System::UInt32
[in] Double word containing the reserved.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPersistHierarchyItem2::ReloadItem( [in] VSITEMID itemid, [in] DWORD dwReserved );
Show: