UIElement3DAutomationPeer.GetClassNameCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与此 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 中引入了 。 有关详细信息,请参见版本和依赖关系。