AutomationPeer.IsPassword 方法

定义

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

public:
 bool IsPassword();
public bool IsPassword ();
member this.IsPassword : unit -> bool
Public Function IsPassword () As Boolean

返回

Boolean

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

例外

目前正在对此方法进行公开调用。

适用于

另请参阅