UIElement3DAutomationPeer.Owner Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el objeto UIElement3D asociado a este UIElement3DAutomationPeer.
public:
property System::Windows::UIElement3D ^ Owner { System::Windows::UIElement3D ^ get(); };
public System.Windows.UIElement3D Owner { get; }
member this.Owner : System.Windows.UIElement3D
Public ReadOnly Property Owner As UIElement3D
Valor de propiedad
UIElement3D asociado a este UIElement3DAutomationPeer.
Comentarios
UIElement3DAutomationPeerse introduce en la .NET Framework versión 3.5. Para más información, vea Versiones y dependencias.