DisposableWrapper Constructors
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.
Overloads
DisposableWrapper(IDisposable) | |
DisposableWrapper(IDisposable, EventHandler) |
DisposableWrapper(IDisposable)
public:
DisposableWrapper(IDisposable ^ wrappedDisposable);
public DisposableWrapper (IDisposable wrappedDisposable);
new Microsoft.VisualStudio.PlatformUI.DisposableWrapper : IDisposable -> Microsoft.VisualStudio.PlatformUI.DisposableWrapper
Public Sub New (wrappedDisposable As IDisposable)
Parameters
- wrappedDisposable
- IDisposable
Applies to
DisposableWrapper(IDisposable, EventHandler)
public:
DisposableWrapper(IDisposable ^ wrappedDisposable, EventHandler ^ disposeEventHandler);
public DisposableWrapper (IDisposable wrappedDisposable, EventHandler disposeEventHandler);
new Microsoft.VisualStudio.PlatformUI.DisposableWrapper : IDisposable * EventHandler -> Microsoft.VisualStudio.PlatformUI.DisposableWrapper
Public Sub New (wrappedDisposable As IDisposable, disposeEventHandler As EventHandler)
Parameters
- wrappedDisposable
- IDisposable
- disposeEventHandler
- EventHandler