DesignerProperties.SetIsInDesignMode(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata IsInDesignMode su un elemento specificato.

public:
 static void SetIsInDesignMode(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsInDesignMode (System.Windows.DependencyObject element, bool value);
static member SetIsInDesignMode : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsInDesignMode (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

Elemento in cui viene scritta la proprietà associata.

value
Boolean

Valore Boolean necessario.

Eccezioni

element è null.

Si applica a

Vedi anche