SilverlightContainer.IsPassword 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

此成员重写 UITechnologyElement.IsPassword

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

语法

声明
Public Overrides ReadOnly Property IsPassword As Boolean
    Get
public override bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get () override;
}
abstract IsPassword : bool
override IsPassword : bool
override function get IsPassword () : boolean

属性值

类型:System.Boolean
返回 Boolean

实现

IUITechnologyElement.IsPassword

.NET Framework 安全性

请参见

参考

SilverlightContainer 类

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空间