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 作成するための最後の手順の [続行 ] ボタンの値を表します。
コントロールに含まれるコントロールButtonに継続機能をCreateUserWizard割り当てるには、ボタンの プロパティを フィールドに含まれる文字列にContinueButtonCommandName設定CommandNameします。
プロパティで表されるユーザー アカウントを作成するための最後の手順のテンプレートに [ 続行] ボタンが CompleteStep 表示されます。 [ 続行 ] ボタンをクリックすると、 プロパティに格納されている URL にユーザーが ContinueDestinationPageUrl リダイレクトされます。 [ 続行 ] ボタンにカスタム機能を追加するには、イベントのイベント ハンドラーを ContinueButtonClick 作成します。
適用対象
こちらもご覧ください
.NET