Share via


CreateUserWizard.ContinueButtonCommandName 欄位

定義

表示建立使用者帳戶之最後一個步驟上 [繼續] 按鈕的 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 事件的事件處理常式。

適用於

另請參閱