共用方式為


FrameworkContentElementAutomationPeer.GetAutomationIdCore 方法

定義

取得唯一識別與這個 ContentElementAutomationPeer 相關聯之 FrameworkContentElement 的字串。 這個方法是由 GetAutomationId() 所呼叫。

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

傳回

String

唯一識別 FrameworkContentElement 的字串。

適用於

另請參閱