Share via


WpfControlWrapper Class

Definition

Wraps a FrameworkElement allowing to use it with VisualStudio.Extensibility APIs that receive an IRemoteUserControl.

public sealed class WpfControlWrapper : IDisposable, Microsoft.VisualStudio.RpcContracts.RemoteUI.ILocalControlWrapper
type WpfControlWrapper = class
    interface ILocalControlWrapper
    interface IRemoteUserControl
    interface IDisposable
Public NotInheritable Class WpfControlWrapper
Implements IDisposable, ILocalControlWrapper
Inheritance
WpfControlWrapper
Implements

Constructors

WpfControlWrapper(FrameworkElement)

Initializes a new instance of the WpfControlWrapper class.

Operators

Implicit(FrameworkElement to WpfControlWrapper)

Initializes a new instance of the WpfControlWrapper class.

Explicit Interface Implementations

IDisposable.Dispose()
ILocalControlWrapper.GetGCHandleAsync(CancellationToken)

Applies to