WpfControlWrapper(FrameworkElement) Constructor

Definition

Initializes a new instance of the WpfControlWrapper class.

public WpfControlWrapper (System.Windows.FrameworkElement frameworkElement);
new Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.WpfControlWrapper : System.Windows.FrameworkElement -> Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.WpfControlWrapper
Public Sub New (frameworkElement As FrameworkElement)

Parameters

frameworkElement
FrameworkElement

The FrameworkElement to wrap.

Applies to