ITreeDesigner.Parent Propiedad

Definición

Obtiene el diseñador primario.

public:
 property System::ComponentModel::Design::IDesigner ^ Parent { System::ComponentModel::Design::IDesigner ^ get(); };
public System.ComponentModel.Design.IDesigner Parent { get; }
public System.ComponentModel.Design.IDesigner? Parent { get; }
member this.Parent : System.ComponentModel.Design.IDesigner
Public ReadOnly Property Parent As IDesigner

Valor de propiedad

IDesigner

Interfaz IDesigner que representa el diseñador primario o null si no hay ningún elemento primario.

Se aplica a

Consulte también