UIElementAutomationPeer.IsPasswordCore 方法

定义

获取一个值,该值指示与此 UIElementAutomationPeer 相关联的 UIElement 是否包含受保护内容。 此方法由 IsPassword() 调用。

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

返回

Boolean

false.

适用于