SqlWorkbenchHierarchy.IsItemDirty(UInt32, IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int IsItemDirty(System::UInt32 itemid, IntPtr punkDocDataIntPtr, [Runtime::InteropServices::Out] int % bDirty);
public virtual int IsItemDirty(uint itemid, IntPtr punkDocDataIntPtr, out int bDirty);
abstract member IsItemDirty : uint32 * nativeint * int -> int
override this.IsItemDirty : uint32 * nativeint * int -> int
Public Overridable Function IsItemDirty (itemid As UInteger, punkDocDataIntPtr As IntPtr, ByRef bDirty As Integer) As Integer
Parameters
- itemid
- UInt32
- punkDocDataIntPtr
-
IntPtr
nativeint
- bDirty
- Int32