UIElement3DAutomationPeer.GetClassNameCore 方法

定义

返回与此 UIElement3D 关联的 UIElement3DAutomationPeer 的名称。 此方法由 GetClassName() 调用。

protected:
 override System::String ^ GetClassNameCore();
protected override string GetClassNameCore ();
override this.GetClassNameCore : unit -> string
Protected Overrides Function GetClassNameCore () As String

返回

在所有情况下均为 Empty

注解

继承自 UIElement3DAutomationPeer 的类必须重写此方法, UIElement3D 以返回与 UIElement3DAutomationPeer关联的 的名称。

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

适用于