AutomationElementIdentifiers.IsPasswordProperty 属性

定义

标识密码确定自动化属性。 密码状态指示自动化对等方引用的项是否包含密码。 当前状态由 IsPassword 方法返回。

public:
 static property AutomationProperty ^ IsPasswordProperty { AutomationProperty ^ get(); };
static AutomationProperty IsPasswordProperty();
public static AutomationProperty IsPasswordProperty { get; }
var automationProperty = AutomationElementIdentifiers.isPasswordProperty;
Public Shared ReadOnly Property IsPasswordProperty As AutomationProperty

属性值

自动化属性标识符。

适用于