TableCellAutomationPeer.GetLocalizedControlTypeCore 方法

定义

获取控件类型的本地化版本,该控件类型属于与 TableCellAutomationPeer 关联的 TableCell

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

返回

String

包含“cell”的字符串。

适用于