IVsPersistHierarchyItem2::IgnoreItemFileChanges Method (UInt32, Int32)
Visual Studio 2015
Flag indicating that changes to a file can be ignored when item is saved or reloaded.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemid
-
Type:
System::UInt32
[in] Specifies the item id from VSITEMID.
- fIgnore
-
Type:
System::Int32
[in] Flag indicating ignore.
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::IgnoreItemFileChanges( [in] VSITEMID itemid, [in] BOOL fIgnore );
Show: