XamlBindingHelper.SuspendRendering(UIElement) 方法

定义

暂停指定元素的呈现。

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)

参数

target
UIElement

要为其挂起呈现的元素。

注解

此方法用于 XAML 编译器生成的代码。

适用于