WpfControlWrapper(FrameworkElement) 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 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.