AutomationPeer.GetClassNameCore 方法

定义

在 Microsoft UI 自动化客户端调用 GetClassName 或等效的 Microsoft UI 自动化客户端 API 时提供对等行为。

protected:
 virtual Platform::String ^ GetClassNameCore() = GetClassNameCore;
winrt::hstring GetClassNameCore();
protected virtual string GetClassNameCore();
function getClassNameCore()
Protected Overridable Function GetClassNameCore () As String

返回

String

Platform::String

winrt::hstring

类名。

注解

不应调用基本行为,并且所有自定义对等应重写 GetClassNameCore 来报告该对等类唯一的类名。 有关详细信息,请参阅自定义的自动化对等

适用于

另请参阅