AutomationElement.IsPasswordProperty 字段

定义

标识 IsPassword 属性。

public: static initonly System::Windows::Automation::AutomationProperty ^ IsPasswordProperty;
public static readonly System.Windows.Automation.AutomationProperty IsPasswordProperty;
 staticval mutable IsPasswordProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsPasswordProperty As AutomationProperty 

字段值

AutomationProperty

示例

以下示例检索属性的当前值。

bool isTextPassword = (bool)
   autoElement.GetCurrentPropertyValue(AutomationElement.IsPasswordProperty);
Dim isTextPassword As Boolean = CBool(autoElement.GetCurrentPropertyValue(AutomationElement.IsPasswordProperty))

注解

此标识符由UI 自动化客户端应用程序使用。 UI 自动化提供程序应使用等效标识符。AutomationElementIdentifiers

也可以从 Current 属性 Cached 中检索此属性。

此属性的返回值为 .Boolean 它返回 true 指示内容受保护;否则 false为 。

适用于

另请参阅