言語

ChangePasswordDesigner.AutoFormats プロパティ

定義

[自動書式] ダイアログ ボックスに表示される自動 書式指定 スキームのコレクションを取得します。

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

プロパティ値

DesignerAutoFormatCollectionの定義済みのスキームを含むChangePassword

注釈

DesignerAutoFormatCollection オブジェクトの要素は、DesignerAutoFormat クラスから派生し、内部で定義された XML でエンコードされた定数文字列から設定されます。

適用対象

こちらもご覧ください