次の方法で共有


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

注釈

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

適用対象

こちらもご覧ください