IControlDesignerBehavior.DesignTimeElementView Propiedad

Definición

Obtiene el objeto de control de vista en tiempo de diseño para el diseñador.

public:
 property System::Object ^ DesignTimeElementView { System::Object ^ get(); };
public object DesignTimeElementView { get; }
member this.DesignTimeElementView : obj
Public ReadOnly Property DesignTimeElementView As Object

Valor de propiedad

Objeto de control de vista para el diseñador.

Comentarios

Note

La IControlDesignerBehavior interfaz está obsoleta. Use las IControlDesignerTag interfaces y IControlDesignerView para la funcionalidad equivalente del diseñador de controles.

Se aplica a

Consulte también