IVsPersistHierarchyItem2::IsItemReloadable Method (UInt32, Int32)
Visual Studio 2015
Determines whether a project item is reloadable before calling ReloadItem.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] Specifies itemid from VSITEMID.
- pfReloadable
-
Type:
System::Int32
[out] Pointer to a flag indicating whether the item is reloadable.
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::IsItemReloadable(
[in] VSITEMID itemid,
[out, retval] BOOL *pfReloadable
);
Show: