UIElementAutomationPeer.IsRequiredForFormCore Metodo

Definizione

Ottiene un valore che indica se l’elemento UIElement associato a UIElementAutomationPeer è obbligatorio per il completamento di un modulo. Questo metodo viene chiamato da IsRequiredForForm().

protected:
 override bool IsRequiredForFormCore();
protected override bool IsRequiredForFormCore ();
override this.IsRequiredForFormCore : unit -> bool
Protected Overrides Function IsRequiredForFormCore () As Boolean

Restituisce

Boolean

Oggetto boolean che contiene il valore restituito da GetIsRequiredForForm(DependencyObject), se è impostato; in caso contrario false.

Si applica a