XamlLight.OnDisconnected(UIElement) 方法

定義

當 XamlLight 不再使用在螢幕上的任何位置時,會自動呼叫這個方法。

這可讓您在目前不需要時安全地處置 CompositionLight 等資源。

如果 XamlLight 稍後用來在中斷連線之後將任何 UIElements 或 Brushes 亮起,將會再次呼叫 OnConnected

protected:
 virtual void OnDisconnected(UIElement ^ oldElement) = OnDisconnected;
void OnDisconnected(UIElement const& oldElement);
protected virtual void OnDisconnected(UIElement oldElement);
function onDisconnected(oldElement)
Protected Overridable Sub OnDisconnected (oldElement As UIElement)

參數

oldElement
UIElement

光線所附加的 UIElement

適用於