XamlBindingHelper.SuspendRendering(UIElement) Method
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.
Suspends rendering of the specified element.
public:
static void SuspendRendering(UIElement ^ target);
static void SuspendRendering(UIElement const& target);
public static void SuspendRendering(UIElement target);
function suspendRendering(target)
Public Shared Sub SuspendRendering (target As UIElement)
Parameters
- target
- UIElement
The element for which to suspend rendering.
Remarks
This method is for use in code that is generated by the XAML compiler.