TemplateEditingVerb クラス

定義

注意事項

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 ref class TemplateEditingVerb : System::ComponentModel::Design::DesignerVerb, IDisposable
public class TemplateEditingVerb : System.ComponentModel.Design.DesignerVerb, 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")]
public class TemplateEditingVerb : System.ComponentModel.Design.DesignerVerb, IDisposable
type TemplateEditingVerb = class
    inherit DesignerVerb
    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 TemplateEditingVerb = class
    inherit DesignerVerb
    interface IDisposable
Public Class TemplateEditingVerb
Inherits DesignerVerb
Implements IDisposable
継承
TemplateEditingVerb
属性
実装

注釈

注意

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

コンストラクター

TemplateEditingVerb(String, Int32)
古い.

指定した動詞テキストとインデックスを使用して、TemplateEditingVerb クラスの新しいインスタンスを初期化します。

TemplateEditingVerb(String, Int32, TemplatedControlDesigner)
古い.

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

プロパティ

Checked
古い.

メニュー項目がチェックされているかどうかを示す値を取得または設定します。

(継承元 MenuCommand)
CommandID
古い.

メニュー コマンドに関連付けられている CommandID を取得します。

(継承元 MenuCommand)
Description
古い.

動詞に関するメニュー項目の説明を取得または設定します。

(継承元 DesignerVerb)
Enabled
古い.

メニュー項目を使用できるかどうかを示す値を取得します。

(継承元 MenuCommand)
Index
古い.

動詞のインデックス、または動詞のその他のユーザー データを取得します。

OleStatus
古い.

メニュー項目の OLE コマンド ステータス コードを取得します。

(継承元 MenuCommand)
Properties
古い.

MenuCommand に関連付けられているパブリック プロパティを取得します。

(継承元 MenuCommand)
Supported
古い.

メニュー項目がサポートされているかどうかを示す値を取得または設定します。

(継承元 MenuCommand)
Text
古い.

メニュー上の動詞コマンドを説明するテキストを取得します。

(継承元 DesignerVerb)
Visible
古い.

メニュー項目を表示するかどうかを示す値を取得または設定します。

(継承元 MenuCommand)

メソッド

Dispose()
古い.

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

Dispose(Boolean)
古い.

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

Equals(Object)
古い.

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

(継承元 Object)
Finalize()
古い.

ガベージ コレクションでオブジェクトがクリアされる前に、リソースの解放を試みます。

GetHashCode()
古い.

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

(継承元 Object)
GetType()
古い.

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

(継承元 Object)
Invoke()
古い.

コマンドを呼び出します。

(継承元 MenuCommand)
Invoke(Object)
古い.

指定したパラメーターを使用して、コマンドが呼び出されます。

(継承元 MenuCommand)
MemberwiseClone()
古い.

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

(継承元 Object)
OnCommandChanged(EventArgs)
古い.

CommandChanged イベントを発生させます。

(継承元 MenuCommand)
ToString()
古い.

ToString() をオーバーライドします。

(継承元 DesignerVerb)

イベント

CommandChanged
古い.

メニュー コマンドが変更されたときに発生します。

(継承元 MenuCommand)

適用対象

こちらもご覧ください