AutomationPeer.IsPassword 方法

定义

获取一个值,该值指示元素是否包含敏感内容。

public:
 virtual bool IsPassword() = IsPassword;
bool IsPassword();
public bool IsPassword();
function isPassword()
Public Function IsPassword () As Boolean

返回

Boolean

bool

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

注解

此属性使屏幕阅读器等应用程序能够确定是否应大声朗读控件的文本内容。

适用于