IVsPersistHierarchyItem::IsItemDirty Method (UInt32, IntPtr, Int32)
Visual Studio 2015
Determines whether the hierarchy item changed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] Item identifier of the hierarchy item contained in VSITEMID.
- punkDocData
-
Type:
System::IntPtr
[in] Pointer to the IUnknown interface of the hierarchy item.
- pfDirty
-
Type:
System::Int32
[out] true if the hierarchy item changed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPersistHierarchyItem::IsItemDirty( [in] VSITEMID itemid, [in] IUnknown *punkDocData, [out] BOOL *pfDirty );
Show: