UIElement3DAutomationPeer.IsRequiredForFormCore 方法

定义

返回一个值,该值指示是否需要在窗体上完成与此 UIElement3D 关联的 UIElement3DAutomationPeer。 此方法由 IsRequiredForForm() 调用。

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

返回

如果需要在窗体上完成 UIElement3D,则为 true;否则为 false

注解

此方法调用 AutomationProperties.GetIsRequiredForForm 方法以获取值。 AutomationProperties.GetIsRequiredForForm 仅当设置了 属性时, AutomationProperties.IsRequiredForForm 才返回值。 可以重写 IsRequiredForFormCore 并添加逻辑,以提供对 有意义的 UIElement3D值。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于