ITemplateEditingService インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 interface class ITemplateEditingService
public interface 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 interface ITemplateEditingService
type ITemplateEditingService = interface
[<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 ITemplateEditingService = interface
Public Interface ITemplateEditingService
- 派生
- 属性
注釈
注意
ITemplateEditingService インターフェイスは今後使用しません。 コントロール デザイナーの プロパティ TemplateGroups を使用してテンプレートを公開します。 デザイン ホストは、コントロール デザイナー TemplatedEditableDesignerRegion に対して TemplateGroup 定義されたごとに を作成します。
プロパティ
SupportsNestedTemplateEditing |
サービスが入れ子テンプレートの編集をサポートするかどうかを示す値を取得します。 |
メソッド
CreateFrame(TemplatedControlDesigner, String, String[]) |
指定した名前とテンプレートを使用して、指定したテンプレート コントロール デザイナー用の新しいテンプレート編集フレームを作成します。 |
CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[]) |
指定した名前、テンプレート名、コントロール スタイル、およびテンプレート スタイルを使用して、指定した TemplatedControlDesigner の新しいテンプレート編集フレームを作成します。 |
GetContainingTemplateName(Control) |
親テンプレートの名前を取得します。 |