OleUndoEngine(IServiceProvider) Constructor
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.
Initializes a new instance of OleUndoEngine.
public:
OleUndoEngine(IServiceProvider ^ provider);
public OleUndoEngine (IServiceProvider provider);
new Microsoft.VisualStudio.Shell.Design.OleUndoEngine : IServiceProvider -> Microsoft.VisualStudio.Shell.Design.OleUndoEngine
Public Sub New (provider As IServiceProvider)
Parameters
- provider
- IServiceProvider
A instance of the IServiceProvider interface to be used to obtain system resources by the instance of OleUndoEngine.
Exceptions
Thrown if IServiceProvider does not supply necessary services.