AutomationPeer.IsContentElementCore 方法

定义

提供 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 遵从其容器。 测试正在使用或重写的对等方中的现有返回值,然后在必要时重写该行为。

适用于

另请参阅