Share via


CreateUserWizard.InstructionText 屬性

定義

取得或設定建立新使用者帳戶的指示。

public:
 virtual property System::String ^ InstructionText { System::String ^ get(); void set(System::String ^ value); };
public virtual string InstructionText { get; set; }
member this.InstructionText : string with get, set
Public Overridable Property InstructionText As String

屬性值

String

建立新使用者帳戶的指示文字。 預設值為空字串 ("")。

備註

屬性 InstructionText 包含使用者建立新使用者帳戶的指示。 此文字會顯示在 控制項中 CreateUserWizard ,並遵循標題。

InstructionText如果屬性設定為空字串 (「」) ,則不會向使用者顯示任何指令文字。

當設定時,此屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute 和全球化和當地語系化

適用於

另請參閱