CreateUserWizard.ContinueButtonCommandName 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示建立使用者帳戶之最後一個步驟上 [繼續] 按鈕的 CommandName 值。 ContinueButtonCommandName 欄位是唯讀的。
public: static initonly System::String ^ ContinueButtonCommandName;
public static readonly string ContinueButtonCommandName;
staticval mutable ContinueButtonCommandName : string
Public Shared ReadOnly ContinueButtonCommandName As String
欄位值
備註
ContinueButtonCommandName欄位代表CommandName建立使用者帳戶的最後一個步驟中 [繼續] 按鈕的值。
若要將繼續功能指派給控件中包含的CreateUserWizard任何Button控件,請將CommandName按鈕的 屬性設定為欄位中所包含的ContinueButtonCommandName字串。
[ 繼續 ] 按鈕會出現在建立使用者帳戶的最後一個步驟範本上,由 屬性表示 CompleteStep 。 按兩下 [ 繼續] 按鈕會將使用者重新導向至儲存在 屬性中的 ContinueDestinationPageUrl URL。 若要將自定義功能新增至 [ 繼續 ] 按鈕,請建立 ContinueButtonClick 事件的事件處理程式。