Condividi tramite


UIElement3DAutomationPeer.IsRequiredForFormCore Metodo

Definizione

Restituisce un valore che indica se l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente è 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

true se l'oggetto UIElement3D è obbligatorio per il completamento di un modulo; in caso contrario, false.

Commenti

Questo metodo chiama il AutomationProperties.GetIsRequiredForForm metodo per ottenere il valore. AutomationProperties.GetIsRequiredForForm restituisce un valore solo quando la AutomationProperties.IsRequiredForForm proprietà è impostata. È possibile eseguire l'override IsRequiredForFormCore e aggiungere la logica per fornire un valore appropriato per .UIElement3D

UIElement3DAutomationPeer è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a