VsUndoPackageClass.IsAborted(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 if the linked undo transaction is aborted.
public:
virtual int IsAborted(int % pfAborted) = Microsoft::VisualStudio::TextManager::Interop::IVsLinkedUndoTransactionManager::IsAborted;
public:
virtual int IsAborted(int % pfAborted);
virtual int IsAborted(int & pfAborted);
public virtual int IsAborted (ref int pfAborted);
abstract member IsAborted : int -> int
override this.IsAborted : int -> int
Public Overridable Function IsAborted (ByRef pfAborted As Integer) As Integer
Parameters
- pfAborted
- Int32
Pointer to a flag, true indicating aborted.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.