Share via


WpfControlWrapper.Implicit(FrameworkElement to WpfControlWrapper) Operator

Definition

Initializes a new instance of the WpfControlWrapper class.

public static implicit operator Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.WpfControlWrapper (System.Windows.FrameworkElement frameworkElement);
static member op_Implicit : System.Windows.FrameworkElement -> Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.WpfControlWrapper
Public Shared Widening Operator CType (frameworkElement As FrameworkElement) As WpfControlWrapper

Parameters

frameworkElement
FrameworkElement

The FrameworkElement to wrap.

Returns

Applies to