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 プロパティを使用してテンプレートを公開します。 デザイン ホストは、コントロール デザイナーに対して定義されたTemplateGroupごとにTemplatedEditableDesignerRegionを作成します。
プロパティ
| 名前 | 説明 |
|---|---|
| SupportsNestedTemplateEditing |
古い.
入れ子になったテンプレートの編集がサービスでサポートされているかどうかを示す値を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[]) |
古い.
指定した名前、テンプレート名、コントロール スタイル、およびテンプレート スタイルを使用して、指定した TemplatedControlDesignerの新しいテンプレート編集フレームを作成します。 |
| CreateFrame(TemplatedControlDesigner, String, String[]) |
古い.
指定した名前とテンプレートを使用して、指定したテンプレート コントロール デザイナーの新しいテンプレート編集フレームを作成します。 |
| GetContainingTemplateName(Control) |
古い.
親テンプレートの名前を取得します。 |