AutomationPeer.IsPasswordCore 方法

定义

在 Microsoft UI 自动化客户端调用 IsPassword 或等效的 Microsoft UI 自动化客户端 API 时提供对等行为。

protected:
 virtual bool IsPasswordCore() = IsPasswordCore;
bool IsPasswordCore();
protected virtual bool IsPasswordCore();
function isPasswordCore()
Protected Overridable Function IsPasswordCore () As Boolean

返回

Boolean

bool

如果元素包含敏感内容,则为 true;否则为 false

注解

标准实现返回 falsePasswordBoxAutomationPeer 提供返回 true 的实现。 如果控件返回的对等方是 PasswordBoxAutomationPeer 或派生自它,则你将继承该行为。

适用于

另请参阅