AutomationPeer.IsContentElementCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Microsoft UI 自动化客户端调用 IsContentElement 或等效的 Microsoft UI 自动化客户端 API 时提供对等行为。
protected:
virtual bool IsContentElementCore() = IsContentElementCore;
bool IsContentElementCore();
protected virtual bool IsContentElementCore();
function isContentElementCore()
Protected Overridable Function IsContentElementCore () As Boolean
返回
Boolean
bool
如果元素是内容元素,则为 true;否则为 false。
注解
AutomationPeer 级别的标准实现返回 false。 但是, FrameworkElementAutomationPeer 添加了将默认值更改为 true 的行为。 其他特定对等方也可能会影响此行为;例如 ItemAutomationPeer 遵循其容器。 测试正在使用或重写的对等方中的现有返回值,然后在必要时重写该行为。