CommentGlyph クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

デザイン時にユーザーがアクティビティを無効にしたときに ActivityDesigner が表示するグリフを提供します。

public ref class CommentGlyph : System::Workflow::ComponentModel::Design::DesignerGlyph
public class CommentGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class CommentGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type CommentGlyph = class
    inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CommentGlyph = class
    inherit DesignerGlyph
Public Class CommentGlyph
Inherits DesignerGlyph
継承
CommentGlyph
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

アクティビティ デザイナーは、デザイン時にデザイナーまたはその親デザイナーの CommentGlyph プロパティをユーザーが Enabled に設定すると、false を表示します。

コンストラクター

CommentGlyph()
古い.

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

フィールド

HighestPriority
古い.

DesignerGlyph の最も高くできる優先順位を表します。 この値は定数です。

(継承元 DesignerGlyph)
LowestPriority
古い.

DesignerGlyph の最も低くできる優先順位を表します。 この値は定数です。

(継承元 DesignerGlyph)
NormalPriority
古い.

DesignerGlyph の通常の優先順位を表します。 この値は定数です。

(継承元 DesignerGlyph)

プロパティ

CanBeActivated
古い.

DesignerGlyph が、自身が関連付けられている ActivityDesigner にフォーカスを獲得できるかどうかを示す値を取得します。

(継承元 DesignerGlyph)
Priority
古い.

アクティビティ デザイナー上のグリフの表示優先順位を取得します。

メソッド

Equals(Object)
古い.

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

(継承元 Object)
GetBounds(ActivityDesigner, Boolean)
古い.

指定した ActivityDesigner の現在のコメント グリフの境界を返します。

GetHashCode()
古い.

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

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

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

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

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

(継承元 Object)
OnActivate(ActivityDesigner)
古い.

グリフをアクティブにするアクションが実行されたことを通知します。

(継承元 DesignerGlyph)
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)
古い.

アクティビティ デザイナー画面にコメント グリフをレンダリングするために必要なタスクを実行します。

ToString()
古い.

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

(継承元 Object)

適用対象