GridViewCellAutomationPeer.IsControlElementCore 方法

定义

获取或设置一个值,该值指示与此 关联的 GridViewCellAutomationPeer 元素是被最终用户理解为交互式元素,还是用户可以将 元素理解为对 GUI 中控件的逻辑结构的贡献。 此方法由 IsControlElement() 调用。

protected:
 override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean

返回

如果此 GridViewCellAutomationPeerTextBlock 元素关联,则此方法返回 true;否则,此方法返回子元素的列表。

适用于