WizardStepTemplatedEditableRegion クラス

定義

WizardDesigner 用のウィザード ステップのテンプレートのデザイン時マークアップ内の編集可能コンテンツ領域を定義します。

public ref class WizardStepTemplatedEditableRegion : System::Web::UI::Design::TemplatedEditableDesignerRegion
public class WizardStepTemplatedEditableRegion : System.Web.UI.Design.TemplatedEditableDesignerRegion
type WizardStepTemplatedEditableRegion = class
    inherit TemplatedEditableDesignerRegion
Public Class WizardStepTemplatedEditableRegion
Inherits TemplatedEditableDesignerRegion
継承

コンストラクター

WizardStepTemplatedEditableRegion(TemplateDefinition, WizardStepBase)

WizardStepTemplatedEditableRegion クラスの新しいインスタンスを初期化します。

プロパティ

Content

領域のコンテンツの HTML マークアップを取得または設定します。

(継承元 EditableDesignerRegion)
Description

デザイナー領域の説明を取得または設定します。

(継承元 DesignerRegion)
Designer

関連付けられたデザイナー コンポーネントを取得します。

(継承元 DesignerObject)
DisplayName

デザイナー領域の表示名を取得または設定します。

(継承元 DesignerRegion)
EnsureSize

デザイン ホストで領域サイズをデザイナー領域に明示的に設定するかどうかを示す値を取得または設定します。

(継承元 DesignerRegion)
Highlight

デザイン サーフェイス上でデザイナー領域を強調表示するかどうかを示す値を取得または設定します。

(継承元 DesignerRegion)
IsSingleInstanceTemplate

テンプレートが、header テンプレートなどの格納する側のコントロールのインスタンスで 1 回だけ出現するか、item テンプレートのように使用できるデータに応じて多数出現する可能性があるかを取得または設定します。

(継承元 TemplatedEditableDesignerRegion)
Name

オブジェクトの名前を取得します。

(継承元 DesignerObject)
Properties

オブジェクトのプロパティを取得します。

(継承元 DesignerObject)
Selectable

デザイン サーフェイス上でユーザーがデザイナー領域を選択できるかどうかを示す値を取得または設定します。

(継承元 DesignerRegion)
Selected

デザイン サーフェイス上でデザイナー領域が現在選択されているかどうかを示す値を取得または設定します。

(継承元 DesignerRegion)
ServerControlsOnly

領域で受け入れることができるのが Web サーバー コントロールのみかどうかを示す値を取得または設定します。

(継承元 EditableDesignerRegion)
Step

関連付けられたデザイン時のウィザード ステップを取得します。

SupportsDataBinding

テンプレートをデータ ソースにバインドできるかどうかを示す値を取得または設定します。

(継承元 TemplatedEditableDesignerRegion)
TemplateDefinition

領域によって参照されるテンプレートを記述する TemplateDefinition オブジェクトを取得します。

(継承元 TemplatedEditableDesignerRegion)
UserData

デザイナー領域に関連付けるオプションのユーザー データを取得または設定します。

(継承元 DesignerRegion)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetBounds()

デザイン サーフェイス上のデザイナー領域のサイズを取得します。

(継承元 DesignerRegion)
GetChildViewRendering(Control)

指定したコントロールのデザイン時 HTML マークアップを格納している ViewRendering オブジェクトを返します。

(継承元 EditableDesignerRegion)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetService(Type)

指定した型で識別されるサービスをデザイン ホストから取得します。

(継承元 DesignerObject)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

IServiceProvider.GetService(Type)

このメンバーの詳細については、「GetService(Type)」をご覧ください。

(継承元 DesignerObject)

拡張メソッド

GetKeyedService<T>(IServiceProvider, Object)

から 型 T のサービスを取得します IServiceProvider

GetKeyedServices(IServiceProvider, Type, Object)

から 型 serviceType のサービスの列挙体を取得します IServiceProvider

GetKeyedServices<T>(IServiceProvider, Object)

から 型 T のサービスの列挙体を取得します IServiceProvider

GetRequiredKeyedService(IServiceProvider, Type, Object)

から 型 serviceType のサービスを取得します IServiceProvider

GetRequiredKeyedService<T>(IServiceProvider, Object)

から 型 T のサービスを取得します IServiceProvider

CreateAsyncScope(IServiceProvider)

スコープ サービスを解決するために使用できる新しい AsyncServiceScope を作成します。

CreateScope(IServiceProvider)

スコープ サービスを解決するために使用できる新しい IServiceScope を作成します。

GetRequiredService(IServiceProvider, Type)

IServiceProvider から serviceType 型のサービスを取得します。

GetRequiredService<T>(IServiceProvider)

IServiceProvider から T 型のサービスを取得します。

GetService<T>(IServiceProvider)

IServiceProvider から T 型のサービスを取得します。

GetServices(IServiceProvider, Type)

IServiceProvider から serviceType 型のサービスの列挙体を取得します。

GetServices<T>(IServiceProvider)

IServiceProvider から T 型のサービスの列挙体を取得します。

GetFakeLogCollector(IServiceProvider)

偽のロガーに送信されたログ レコードを収集する オブジェクトを取得します。

GetFakeRedactionCollector(IServiceProvider)

依存関係挿入コンテナーから偽の redactor コレクター インスタンスを取得します。

適用対象

こちらもご覧ください