共用方式為


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 編譯器所產生的程式碼中。

適用於