DataListDesigner クラス

定義

DataList Web サーバー コントロールのデザイン時の動作を拡張します。

public ref class DataListDesigner : System::Web::UI::Design::WebControls::BaseDataListDesigner
public class DataListDesigner : System.Web.UI.Design.WebControls.BaseDataListDesigner
[System.Web.UI.Design.SupportsPreviewControl(true)]
public class DataListDesigner : System.Web.UI.Design.WebControls.BaseDataListDesigner
type DataListDesigner = class
    inherit BaseDataListDesigner
[<System.Web.UI.Design.SupportsPreviewControl(true)>]
type DataListDesigner = class
    inherit BaseDataListDesigner
Public Class DataListDesigner
Inherits BaseDataListDesigner
継承
属性

次のコード例では、 クラスを拡張する方法を DataListDesigner 示します。 このコードは、 メソッドを GetDesignTimeHtml オーバーライドして、コントロールが有効になっている場合に紫色の 5 点の境界線を DataList 表示します。

using System;
using System.Drawing;
using System.Security.Permissions;
using System.ComponentModel;
using System.Web.UI.WebControls;
using System.Web.UI.Design;
using System.Web.UI.Design.WebControls;
namespace ASPNET.Examples.CS
{
    [SecurityPermission( 
    SecurityAction.Demand, 
    Flags = SecurityPermissionFlag.UnmanagedCode)] 
    public class SimpleGridViewDesigner : GridViewDesigner
    {
        private SimpleGridView simpleGView;

        public override string GetDesignTimeHtml()
        {
            string designTimeHtml = String.Empty;

            simpleGView = (SimpleGridView)Component;

            // Check the control's BorderStyle property to  
            // conditionally render design-time HTML.
            if (simpleGView.BorderStyle == BorderStyle.NotSet)
            {
                // Save the current property settings in variables.
                int oldCellPadding = simpleGView.CellPadding;
                Unit oldBorderWidth = simpleGView.BorderWidth;
                Color oldBorderColor = simpleGView.BorderColor;

                // Set properties and generate the design-time HTML.
                try
                {
                    simpleGView.Caption = "SimpleGridView";
                    simpleGView.CellPadding = 1;
                    simpleGView.BorderWidth = Unit.Pixel(3);
                    simpleGView.BorderColor = Color.Red;

                    designTimeHtml = base.GetDesignTimeHtml();
                }
                catch (Exception ex)
                {
                    // Get HTML from the GetErrorDesignTimeHtml 
                    // method if an exception occurs.
                    designTimeHtml = GetErrorDesignTimeHtml(ex);

                    // Return the properties to their original values.
                }
                finally
                {
                    simpleGView.CellPadding = oldCellPadding;
                    simpleGView.BorderWidth = oldBorderWidth;
                    simpleGView.BorderColor = oldBorderColor;
                }
            }
            else
            {
                designTimeHtml = base.GetDesignTimeHtml();
            }

            return designTimeHtml;
        }

        protected override string
            GetErrorDesignTimeHtml(System.Exception exc)
        {
            return CreatePlaceHolderDesignTimeHtml(
                "ASPNET.Examples: An error occurred while rendering the GridView.");
        }

        public override void Initialize(IComponent component)
        {
            simpleGView = (SimpleGridView)component;
            base.Initialize(component);
        }
    }
}
Imports System.Drawing
Imports System.ComponentModel
Imports System.Web.UI.WebControls
Imports System.Security
Imports System.Web.UI.Design
Imports System.Web.UI.Design.WebControls

Namespace ASPNET.Examples
    < _
        Designer("ASPNET.Examples.Design.SimpleGridViewDesigner", _
            "System.Web.UI.Design.GridViewDesigner") _
    > _
    Public Class SimpleGridView
        Inherits GridView

        ' Code to customize your GridView goes here

    End Class
End Namespace

Namespace ASPNET.Examples.Design
    <Permissions.SecurityPermission( _
    Permissions.SecurityAction.Demand, _
    Flags:=Permissions.SecurityPermissionFlag.UnmanagedCode)> _
    Public Class SimpleGridViewDesigner
        Inherits GridViewDesigner

        Private simpleGView As SimpleGridView

        Public Overrides Function GetDesignTimeHtml() As String
            Dim designTimeHtml As String = String.Empty

            simpleGView = CType(Component, SimpleGridView)

            ' Check the control's BorderStyle property to  
            ' conditionally render design-time HTML.
            If (simpleGView.BorderStyle = BorderStyle.NotSet) Then
                ' Save the current property settings in variables.
                Dim oldCellPadding As Integer = simpleGView.CellPadding
                Dim oldBorderWidth As Unit = simpleGView.BorderWidth
                Dim oldBorderColor As Color = simpleGView.BorderColor

                ' Set properties and generate the design-time HTML.
                Try
                    simpleGView.Caption = "SimpleGridView"
                    simpleGView.CellPadding = 1
                    simpleGView.BorderWidth = Unit.Pixel(3)
                    simpleGView.BorderColor = Color.Red

                    designTimeHtml = MyBase.GetDesignTimeHtml()

                Catch ex As Exception
                    ' Get HTML from the GetErrorDesignTimeHtml 
                    ' method if an exception occurs.
                    designTimeHtml = GetErrorDesignTimeHtml(ex)

                    ' Return the properties to their original values.
                Finally
                    simpleGView.CellPadding = oldCellPadding
                    simpleGView.BorderWidth = oldBorderWidth
                    simpleGView.BorderColor = oldBorderColor
                End Try

            Else
                designTimeHtml = MyBase.GetDesignTimeHtml()
            End If

            Return designTimeHtml
        End Function

        Protected Overrides Function _
            GetErrorDesignTimeHtml(ByVal exc As Exception) As String

            Return CreatePlaceHolderDesignTimeHtml( _
                "ASPNET.Examples: An error occurred while rendering the GridView.")

        End Function

        Public Overrides Sub Initialize(ByVal component As IComponent)

            simpleGView = CType(component, SimpleGridView)

            MyBase.Initialize(component)

        End Sub
    End Class
End Namespace

次のコード例は、 を使用 DesignerAttribute してデザイナーをコントロールに関連付ける方法を DataList 示しています。

[ Designer("ASPNET.Examples.Design.SimpleGridViewDesigner", 
        "System.Web.UI.Design.GridViewDesigner")]
public class SimpleGridView : GridView
{
    // Code to customize your GridView goes here
}
< _
    Designer("ASPNET.Examples.Design.SimpleGridViewDesigner", _
        "System.Web.UI.Design.GridViewDesigner") _
> _
Public Class SimpleGridView
    Inherits GridView

    ' Code to customize your GridView goes here

End Class

コンストラクター

DataListDesigner()

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

プロパティ

ActionLists

このデザイナーのデザイナー アクション リスト コレクションを取得します。

(継承元 BaseDataListDesigner)
ActiveTemplateEditingFrame
古い.

アクティブなテンプレート編集フレームを取得します。

(継承元 TemplatedControlDesigner)
AllowResize

DataList コントロールのサイズを変更できるかどうかを示す値を取得します。

AssociatedComponents

デザイナーで管理されているコンポーネントに関連付けられているコンポーネントのコレクションを取得します。

(継承元 ComponentDesigner)
AutoFormats

このデザイナーに関連付けられている DesignerAutoFormatCollection オブジェクトを取得します。

AutoFormats

関連付けられたコントロールの [オートフォーマット] ダイアログ ボックスにデザイン時に表示される定義済みの自動書式指定スキームのコレクションを取得します。

(継承元 ControlDesigner)
Behavior
古い.

デザイナーに関連付けられている DHTML 動作を取得または設定します。

(継承元 HtmlControlDesigner)
CanEnterTemplateMode

このデザイナーでテンプレートの表示や編集ができるかどうかを示す値を取得します。

(継承元 TemplatedControlDesigner)
Component

デザイナーがデザインするコンポーネントを取得します。

(継承元 ComponentDesigner)
DataBindings

現在のコントロールのデータ バインディング コレクションを取得します。

(継承元 HtmlControlDesigner)
DataBindingsEnabled

デザイナーがデータ バインディングを許可するかどうかを示す値を取得します。

(継承元 TemplatedControlDesigner)
DataKeyField

関連付けられたコントロールのデータ キー フィールドの値を取得または設定します。

(継承元 BaseDataListDesigner)
DataMember

関連付けられたコントロールのデータ メンバー フィールドの値を取得または設定します。

(継承元 BaseDataListDesigner)
DataSource

関連付けられたコントロールのデータ ソース プロパティの値を取得または設定します。

(継承元 BaseDataListDesigner)
DataSourceDesigner

データ ソースのデザイナーがデータ バインディング用に選択されている場合は、そのデザイナーを取得します。

(継承元 BaseDataListDesigner)
DataSourceID

データ ソース ID プロパティの値としてデザイナーのバージョンを取得または設定し、関連付けられたコントロールの対応するプロパティをシャドウするために使用します。

(継承元 BaseDataListDesigner)
DesignerState

デザイン時に関連付けられているコントロールのデータを永続化するために使用するオブジェクトを取得します。

(継承元 ControlDesigner)
DesignerView

関連付けられたコントロールにバインドされるデータ ソースの既定のビューを取得します。

(継承元 BaseDataListDesigner)
DesignTimeElement
古い.

デザイン サーフェイスの HtmlControlDesigner オブジェクトと関連付けられているコントロールを表すデザイン時オブジェクトを取得します。

(継承元 HtmlControlDesigner)
DesignTimeElementView
古い.

コントロール デザイナーのビュー コントロール オブジェクトを取得します。

(継承元 ControlDesigner)
DesignTimeHtmlRequiresLoadComplete

デザイン時のマークアップを表示するために読み込みが完了している必要があるかどうかを示す値を取得します。

(継承元 BaseDataListDesigner)
Expressions

現在のコントロールの式バインディングをデザイン時に取得します。

(継承元 HtmlControlDesigner)
HidePropertiesInTemplateMode

コントロールがテンプレート編集モードになったときに、コントロールのプロパティを非表示にするかどうかを示す値を取得します。

(継承元 TemplatedControlDesigner)
ID

コントロールの ID 文字列を取得または設定します。

(継承元 ControlDesigner)
InheritanceAttribute

関連付けられているコンポーネントの継承の種類を示す属性を取得します。

(継承元 ComponentDesigner)
Inherited

コンポーネントが継承されているかどうかを示す値を取得します。

(継承元 ComponentDesigner)
InTemplateMode
古い.

デザイナー ドキュメントが現在テンプレート モードかどうかを示す値を取得します。

(継承元 TemplatedControlDesigner)
IsDirty
古い.

Web サーバー コントロールが変更済みとしてマークされているかどうかを示す値を取得または設定します。

(継承元 ControlDesigner)
ParentComponent

このデザイナーの親コンポーネントを取得します。

(継承元 ComponentDesigner)
ReadOnly
古い.

コントロールのプロパティがデザイン時に読み取り専用かどうかを示す値を取得または設定します。

(継承元 ControlDesigner)
RootDesigner

関連付けられているコントロールを含む Web フォーム ページのコントロール デザイナーを取得します。

(継承元 ControlDesigner)
SetTextualDefaultProperty

DataList Web サーバー コントロールのデザイン時の動作を拡張します。

(継承元 ComponentDesigner)
ShadowProperties

ユーザー設定値をオーバーライドするプロパティ値のコレクションを取得します。

(継承元 ComponentDesigner)
ShouldCodeSerialize
古い.

シリアル化中に、現在のデザイン ドキュメントの分離コード ファイル内でコントロールのフィールド宣言を作成するかどうかを示す値を取得または設定します。

(継承元 HtmlControlDesigner)
Tag

関連付けられているコントロールの HTML マークアップ要素を表すオブジェクトを取得します。

(継承元 ControlDesigner)
TemplateGroups

テンプレート定義をそれぞれ含むテンプレート グループのコレクションを取得します。

(継承元 TemplatedControlDesigner)
TemplatesExist

関連付けられたコントロールに定義されているテンプレートが存在するかどうかを示す値を取得します。

UsePreviewControl

コントロール デザイナーが一時プレビュー コントロールを使用してデザイン時 HTML マークアップを生成するかどうかを示す値を取得します。

(継承元 ControlDesigner)
Verbs

このデザイナーで使用できる動詞のコレクションを取得します。

(継承元 BaseDataListDesigner)
ViewControl

デザイン時 HTML マークアップのプレビュー用に使用できる Web サーバー コントロールを取得または設定します。

(継承元 ControlDesigner)
ViewControlCreated

View コントロールがデザイン サーフェイスでの表示用に作成されているかどうかを示す値を取得または設定します。

(継承元 ControlDesigner)
Visible

コントロールがデザイン時に表示されるかどうかを示す値を取得します。

(継承元 ControlDesigner)

メソッド

CreateErrorDesignTimeHtml(String)

指定したエラー メッセージをデザイン時に表示するための HTML マークアップを作成します。

(継承元 ControlDesigner)
CreateErrorDesignTimeHtml(String, Exception)

指定した例外エラー メッセージをデザイン時に表示するための HTML マークアップを作成します。

(継承元 ControlDesigner)
CreatePlaceHolderDesignTimeHtml()

コントロールの種類と ID を表示する単純な四角形のプレースホルダー表示を提供します。

(継承元 ControlDesigner)
CreatePlaceHolderDesignTimeHtml(String)

コントロールの種類と ID を表示する単純な四角形のプレースホルダー表示を提供します。指定された追加指示または追加情報も提供します。

(継承元 ControlDesigner)
CreateTemplateEditingFrame(TemplateEditingVerb)
古い.

指定した動詞を使用してテンプレート編集フレームを作成します。

CreateViewControl()

デザイン サーフェイスで表示または描画するために関連付けられているコントロールのコピーを返します。

(継承元 ControlDesigner)
Dispose()

ComponentDesigner によって使用されているすべてのリソースを解放します。

(継承元 ComponentDesigner)
Dispose(Boolean)

DataListDesigner オブジェクトによって使用されているアンマネージド リソースを解放します。オプションでマネージド リソースも解放できます。

DoDefaultAction()

コンポーネントの既定イベントに対するメソッド シグネチャをソース コード ファイル内に作成し、コード内のその位置にカーソルを移動します。

(継承元 ComponentDesigner)
EnterTemplateMode(ITemplateEditingFrame)
古い.

デザイナーでの編集のための特定のテンプレート フレーム オブジェクトを開きます。

(継承元 TemplatedControlDesigner)
Equals(Object)

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

(継承元 Object)
ExitTemplateMode(Boolean, Boolean, Boolean)
古い.

関連する変更をすべて保存した後、現在アクティブなテンプレート編集フレームを閉じます。

(継承元 TemplatedControlDesigner)
GetBounds()

デザイン サーフェイスに表示されるコントロールの境界を表す四角形の座標を取得します。

(継承元 ControlDesigner)
GetCachedTemplateEditingVerbs()
古い.

デザイナーが使用できるキャッシュされたテンプレート編集動詞を取得します。

GetDesignTimeDataSource(IEnumerable, Int32, Boolean)

デザイン時にデータ ソースとして使用できるオブジェクトを生成します。

(継承元 BaseDataListDesigner)
GetDesignTimeDataSource(Int32, Boolean)

デザイン時にデータ ソースとして使用できるオブジェクトを生成します。

(継承元 BaseDataListDesigner)
GetDesignTimeHtml()

デザイン時に DataList コントロールを表すために使用する HTML を取得します。

GetDesignTimeHtml(DesignerRegionCollection)

コントロールを表示する HTML マークアップを取得し、現在のコントロール デザイナー領域をコレクションに設定します。

(継承元 ControlDesigner)
GetEditableDesignerRegionContent(EditableDesignerRegion)

関連付けられたコントロールのデザイン時ビューの編集可能領域の内容を返します。

(継承元 ControlDesigner)
GetEmptyDesignTimeHtml()

デザイン時に空のテンプレート ベースのコントロールを表すために使用する HTML を取得します。

GetErrorDesignTimeHtml(Exception)

デザイン時において、コントロールの表示中にエラーが発生した場合に指定した例外を表示する HTML を取得します。

GetHashCode()

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

(継承元 Object)
GetPersistenceContent()

コントロールの永続化できる内部 HTML マークアップをデザイン時に取得します。

(継承元 ControlDesigner)
GetPersistInnerHtml()

関連付けられたサーバー コントロール ランタイム内のコンテンツに永続的に適用するマークアップを取得します。

(継承元 TemplatedControlDesigner)
GetResolvedSelectedDataSource()

関連付けられたコントロール コンテナーから、特定のデータ メンバーに解決されるデータ ソース コンポーネントを取得します。

(継承元 BaseDataListDesigner)
GetSelectedDataSource()

関連付けられたコントロール コンテナーからデータ ソース コンポーネントを取得します。

(継承元 BaseDataListDesigner)
GetService(Type)

デザイナーのコンポーネントのデザイン モード サイトから、指定した型のサービスの取得を試みます。

(継承元 ComponentDesigner)
GetTemplateContainerDataItemProperty(String)
古い.

テンプレート コンテナーの IDataItemContainer.DataItem プロパティを取得します。

GetTemplateContainerDataSource(String)
古い.

テンプレートのコンテナーのデータ ソースを取得します。

(継承元 BaseDataListDesigner)
GetTemplateContent(ITemplateEditingFrame, String, Boolean)
古い.

テンプレートの内容を取得します。

GetTemplateEditingVerbs()
古い.

デザイナーが使用できるテンプレート編集動詞を取得します。

(継承元 TemplatedControlDesigner)
GetTemplateFromText(String)

指定したテキストからテンプレートを作成します。

(継承元 TemplatedControlDesigner)
GetTemplatePropertyParentType(String)
古い.

テンプレート プロパティの親の型を取得します。

(継承元 TemplatedControlDesigner)
GetTextFromTemplate(ITemplate)

指定したテンプレートを表すテキスト文字列を取得します。

(継承元 TemplatedControlDesigner)
GetType()

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

(継承元 Object)
GetViewRendering()

関連付けられているコントロールの内容および領域のデザイン時マークアップを格納しているオブジェクトを取得します。

(継承元 ControlDesigner)
Initialize(IComponent)

コンポーネントを指定して、デザイナーを初期化します。

InitializeExistingComponent(IDictionary)

既存のコンポーネントを再初期化します。

(継承元 ComponentDesigner)
InitializeNewComponent(IDictionary)

新たに作成されたコンポーネントを初期化します。

(継承元 ComponentDesigner)
InitializeNonDefault()
古い.
古い.

既定値以外の値に既に初期化されている、インポートされたコンポーネントの設定値を初期化します。

(継承元 ComponentDesigner)
Invalidate()

デザイン サーフェイスに表示されたコントロールの領域全体を無効化し、コントロールを再描画するようにコントロール デザイナーに通知します。

(継承元 ControlDesigner)
Invalidate(Rectangle)

デザイン サーフェイスに表示されたコントロールの指定された領域を無効化し、コントロールを再描画するようにコントロール デザイナーに通知します。

(継承元 ControlDesigner)
InvokeGetInheritanceAttribute(ComponentDesigner)

指定した InheritanceAttributeComponentDesigner を取得します。

(継承元 ComponentDesigner)
InvokePropertyBuilder(Int32)

関連付けられたコントロールのコンポーネント エディターを起動します。

(継承元 BaseDataListDesigner)
IsPropertyBound(String)
古い.

関連付けられているコントロールの指定されたプロパティがデータ バインドされているかどうかを示す値を取得します。

(継承元 ControlDesigner)
Localize(IDesignTimeResourceWriter)

提供されたリソース ライターを使用して、関連付けられているコントロールのローカライズ可能なプロパティをデザイン ホストのリソースに永続化します。

(継承元 ControlDesigner)
MemberwiseClone()

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

(継承元 Object)
OnAutoFormat(Object, EventArgs)
古い.

AutoFormat イベントを処理します。

(継承元 BaseDataListDesigner)
OnAutoFormatApplied(DesignerAutoFormat)

オートフォーマット スキームが、関連付けられたコントロールに適用されたときに呼び出されます。

(継承元 BaseDataListDesigner)
OnBehaviorAttached()
古い.

デザイナーに動作が結び付けられている場合に、追加処理を実行できるようにします。

(継承元 TemplatedControlDesigner)
OnBehaviorDetaching()
古い.

動作と要素の関連付けが解除されたときに呼び出されます。

(継承元 HtmlControlDesigner)
OnBindingsCollectionChanged(String)
古い.

データ バインディング コレクションが変更されると、呼び出されます。

(継承元 ControlDesigner)
OnClick(DesignerRegionMouseEventArgs)

関連付けられているコントロールをデザイン時にユーザーがクリックすると、デザイン ホストによって呼び出されます。

(継承元 ControlDesigner)
OnComponentChanged(Object, ComponentChangedEventArgs)

関連付けられたコントロールに変更があった場合に呼び出されます。

(継承元 BaseDataListDesigner)
OnComponentChanging(Object, ComponentChangingEventArgs)

関連付けられているコントロールの ComponentChanging イベントを処理するメソッドを表します。

(継承元 ControlDesigner)
OnControlResize()
古い.

関連付けられている Web サーバー コントロールのサイズがデザイン時にデザイン ホストで変更された場合に呼び出されます。

(継承元 ControlDesigner)
OnDataSourceChanged()

関連付けられたコントロールのデータ ソースが変更された場合に呼び出されます。

(継承元 BaseDataListDesigner)
OnPaint(PaintEventArgs)

CustomPaint 値が true の場合に、コントロール デザイナーが関連付けられているコントロールをデザイン サーフェイスに描画すると呼び出されます。

(継承元 ControlDesigner)
OnPropertyBuilder(Object, EventArgs)

プロパティ ビルダー イベントを処理するメソッドを表します。

(継承元 BaseDataListDesigner)
OnSchemaRefreshed()

基底のコントロールがバインドされているデータ ソースに新しいスキーマが読み込まれるときに呼び出されます。

OnSchemaRefreshed()

関連付けられたコントロールのデータ ソースのスキーマが変更されたときに呼び出されます。

(継承元 BaseDataListDesigner)
OnSetComponentDefaults()
古い.
古い.

コンポーネントの既定のプロパティを設定します。

(継承元 ComponentDesigner)
OnSetParent()

このデザイナーの親が変更された場合に、追加処理を実行できるようにします。

(継承元 TemplatedControlDesigner)
OnStylesChanged()

関連付けられたコントロールのスタイルが変更されたときに実行する必要がある機能を実装するためにオーバーライドできます。

(継承元 BaseDataListDesigner)
OnTemplateEditingVerbsChanged()

テンプレート編集動詞が変更されたときに呼び出されます。

OnTemplateModeChanged()

テンプレート モードが変更された場合に、追加処理を実行できるようにします。

(継承元 TemplatedControlDesigner)
PostFilterAttributes(IDictionary)

デザイナーが、TypeDescriptor を通じて公開する一連の属性から、項目を変更または削除できるようにします。

(継承元 ComponentDesigner)
PostFilterEvents(IDictionary)

デザイナーが、TypeDescriptor を通じて公開する一連のイベントから、項目を変更または削除できるようにします。

(継承元 ComponentDesigner)
PostFilterProperties(IDictionary)

デザイナーが、TypeDescriptor を通じて公開する一連のプロパティから、項目を変更または削除できるようにします。

(継承元 ComponentDesigner)
PreFilterAttributes(IDictionary)

デザイナーが、TypeDescriptor を通じて公開する一連の属性に項目を追加できるようにします。

(継承元 ComponentDesigner)
PreFilterEvents(IDictionary)

デザイン時にコンポーネントの TypeDescriptor オブジェクトに公開されているイベントのリストを設定します。

(継承元 HtmlControlDesigner)
PreFilterProperties(IDictionary)

プロパティ グリッドの表示に対してプロパティの削除または追加を行ったり、または、関連するコントロールのプロパティをシャドウするために、デザイナーによって使用されます。

(継承元 BaseDataListDesigner)
RaiseComponentChanged(MemberDescriptor, Object, Object)

コンポーネントが変更されたことを IComponentChangeService に通知します。

(継承元 ComponentDesigner)
RaiseComponentChanging(MemberDescriptor)

コンポーネントが変更されようとしていることを IComponentChangeService に通知します。

(継承元 ComponentDesigner)
RaiseResizeEvent()
古い.

OnControlResize() イベントを発生させます。

(継承元 ControlDesigner)
RegisterClone(Object, Object)

複製が作成されたコントロールの内部データを登録します。

(継承元 ControlDesigner)
SaveActiveTemplateEditingFrame()

アクティブなテンプレート編集フレームを保存します。

(継承元 TemplatedControlDesigner)
SetEditableDesignerRegionContent(EditableDesignerRegion, String)

デザイン時にコントロールの編集可能領域の内容を指定します。

(継承元 ControlDesigner)
SetRegionContent(EditableDesignerRegion, String)

コントロールのデザイン時ビューの編集可能領域の内容を指定します。

(継承元 ControlDesigner)
SetTemplateContent(ITemplateEditingFrame, String, String)
古い.

指定したテンプレートとフレームの内容を設定します。

SetViewFlags(ViewFlags, Boolean)

指定したビットごとの ViewFlags 列挙体を指定したフラグ値に割り当てます。

(継承元 ControlDesigner)
ToString()

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

(継承元 Object)
UpdateDesignTimeHtml()

デザイン時 HTML を更新します。

(継承元 TemplatedControlDesigner)

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

IDataBindingSchemaProvider.CanRefreshSchema

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

(継承元 BaseDataListDesigner)
IDataBindingSchemaProvider.RefreshSchema(Boolean)

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

(継承元 BaseDataListDesigner)
IDataBindingSchemaProvider.Schema

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

(継承元 BaseDataListDesigner)
IDesignerFilter.PostFilterAttributes(IDictionary)

このメンバーの説明については、PostFilterAttributes(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
IDesignerFilter.PostFilterEvents(IDictionary)

このメンバーの説明については、PostFilterEvents(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
IDesignerFilter.PostFilterProperties(IDictionary)

このメンバーの説明については、PostFilterProperties(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
IDesignerFilter.PreFilterAttributes(IDictionary)

このメンバーの説明については、PreFilterAttributes(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
IDesignerFilter.PreFilterEvents(IDictionary)

このメンバーの説明については、PreFilterEvents(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
IDesignerFilter.PreFilterProperties(IDictionary)

このメンバーの説明については、PreFilterProperties(IDictionary) メソッドのトピックを参照してください。

(継承元 ComponentDesigner)
ITreeDesigner.Children

このメンバーの説明については、Children プロパティを参照してください。

(継承元 ComponentDesigner)
ITreeDesigner.Parent

このメンバーの説明については、Parent プロパティを参照してください。

(継承元 ComponentDesigner)

適用対象

こちらもご覧ください