UIElementCollection.SetLogicalParent(UIElement) Método

Definição

Define o pai lógico de um elemento em um UIElementCollection.

protected:
 void SetLogicalParent(System::Windows::UIElement ^ element);
protected void SetLogicalParent (System.Windows.UIElement element);
member this.SetLogicalParent : System.Windows.UIElement -> unit
Protected Sub SetLogicalParent (element As UIElement)

Parâmetros

element
UIElement

O UIElement cujo pai lógico está definido.

Aplica-se a