TemplateEditingService クラス

定義

注意事項

Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202

デザイン時にコントロール テンプレートの編集のためのサービスを提供します。 このクラスは継承できません。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public ref class TemplateEditingService sealed : IDisposable, System::Web::UI::Design::ITemplateEditingService
public sealed class TemplateEditingService : IDisposable, System.Web.UI.Design.ITemplateEditingService
[System.Obsolete("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
public sealed class TemplateEditingService : IDisposable, System.Web.UI.Design.ITemplateEditingService
type TemplateEditingService = class
    interface ITemplateEditingService
    interface IDisposable
[<System.Obsolete("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")>]
type TemplateEditingService = class
    interface ITemplateEditingService
    interface IDisposable
Public NotInheritable Class TemplateEditingService
Implements IDisposable, ITemplateEditingService
継承
TemplateEditingService
属性
実装

注釈

注意

TemplateEditingService クラスは廃止されています。 コントロールデザイナーのプロパティを使用して、テンプレートを公開 TemplateGroups します。 デザインホストは、 TemplatedEditableDesignerRegion TemplateDefinition TemplateGroup コントロールデザイナーに対して定義されている各に対してオブジェクトを作成します。

コンストラクター

TemplateEditingService(IDesignerHost)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定したデザイナー ホストを使用して、TemplateEditingService クラスの新しいインスタンスを初期化します。

プロパティ

SupportsNestedTemplateEditing

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

サービスが入れ子テンプレートの編集をサポートするかどうかを示す値を取得します。

メソッド

CreateFrame(TemplatedControlDesigner, String, String[])

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定した名前とテンプレートを使用して、指定したテンプレート コントロール デザイナー用の新しいテンプレート編集フレームを作成します。

CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[])

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定した名前、テンプレート名、コントロール スタイル、およびテンプレート スタイルを使用して、指定した TemplatedControlDesigner オブジェクトの新しいテンプレート編集フレームを作成します。

Dispose()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

TemplateEditingService オブジェクトで使用されるすべてのリソースを解放します。

Equals(Object)

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

(継承元 Object)
Finalize()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

サービスを終了します。

GetContainingTemplateName(Control)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

親テンプレートの名前を取得します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください