AutomationProperties.GetIsRequiredForForm(DependencyObject) Metodo

Definizione

Ottiene la IsRequiredForForm proprietà associata per l'oggetto specificato DependencyObject.

public:
 static bool GetIsRequiredForForm(System::Windows::DependencyObject ^ element);
public static bool GetIsRequiredForForm (System.Windows.DependencyObject element);
static member GetIsRequiredForForm : System.Windows.DependencyObject -> bool
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Oggetto DependencyObject da verificare.

Restituisce

Oggetto boolean che indica se l'elemento specificato è IsRequiredForForm.

Si applica a

Vedi anche