WorkflowViewElement.GetAutomationIdMemberName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別內實作時,會取得模型項目的屬性名稱,而這個模型項目會與當做自動識別碼使用之項目相關聯。
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
。
備註
在您的衍生類別內實作這個方法,即可加入您自己的處理方式,指定使用模型項目的屬性來識別要自動化的模型項目。