Condividi tramite


UIElement3DAutomationPeer.IsPasswordCore Metodo

Definizione

Restituisce un valore che indica se l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente include contenuto protetto. Questo metodo viene chiamato da IsPassword().

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

Restituisce

false in tutti i casi.

Commenti

Eseguire l'override IsKeyboardFocusableCore se il contenuto UIElement3D contiene contenuto protetto, ad esempio una password.

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

Si applica a