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 事件创建事件处理程序。