Propriedade DesignerView.Child
Obtém ou define o elemento raiz da interface de usuário do designer.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Overrides Property Child As UIElement
Get
Set
public override UIElement Child { get; set; }
public:
virtual property UIElement^ Child {
UIElement^ get () override;
void set (UIElement^ value) override;
}
abstract Child : UIElement with get, set
override Child : UIElement with get, set
override function get Child () : UIElement
override function set Child (value : UIElement)
Valor de propriedade
Tipo: System.Windows.UIElement
A raiz UIElement do designer de interface do usuário.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction