ItemAutomationPeer.IsPasswordCore Method

Definition

Gets a value that indicates whether the specified UIElement contains protected content.

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

Returns

true if the specified UIElement contains protected content; otherwise, false.

Remarks

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by IsPassword.

Applies to

See also