UIElement3DAutomationPeer.IsPasswordCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示与此 UIElement3D 关联的 UIElement3DAutomationPeer 是否包含受保护的内容。 此方法由 IsPassword() 调用。
protected:
override bool IsPasswordCore();
protected override bool IsPasswordCore ();
override this.IsPasswordCore : unit -> bool
Protected Overrides Function IsPasswordCore () As Boolean
返回
在所有情况下均为 false
。
注解
如果UIElement3D包含受保护的内容(例如密码),请重写IsKeyboardFocusableCore。
UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系。