DisposableWrapper Constructors

Definition

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

Applies to