XamlBindingHelper.SuspendRendering(UIElement) Method

Definition

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.

Applies to