IVsChangeTrackingUndoManager.QueryCleanState(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.
Determines whether the document is in an unmodified state.
public:
int QueryCleanState([Runtime::InteropServices::Out] int % pfClean);
int QueryCleanState([Runtime::InteropServices::Out] int & pfClean);
public int QueryCleanState (out int pfClean);
abstract member QueryCleanState : int -> int
Public Function QueryCleanState (ByRef pfClean As Integer) As Integer
Parameters
- pfClean
- Int32
[out] true indicates the document is in an unmodified state.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsChangeTrackingUndoManager::QueryCleanState(
[out] BOOL *pfClean
);