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