共用方式為


WorkflowViewElement.GetAutomationIdMemberName 方法

定義

在衍生類別內實作時,會取得模型項目的屬性名稱,而這個模型項目會與當做自動識別碼使用之項目相關聯。

protected:
 virtual System::String ^ GetAutomationIdMemberName();
protected virtual string GetAutomationIdMemberName ();
abstract member GetAutomationIdMemberName : unit -> string
override this.GetAutomationIdMemberName : unit -> string
Protected Overridable Function GetAutomationIdMemberName () As String

傳回

要用來做為自動識別碼的名稱。 基底類別一律會傳回 null

備註

在您的衍生類別內實作這個方法,即可加入您自己的處理方式,指定使用模型項目的屬性來識別要自動化的模型項目。

適用於