次の方法で共有


ActivityPreviewDesigner.Glyphs プロパティ

定義

ActivityPreviewDesigner に関連付けられたグリフの読み取り専用コレクションを取得します。

protected public:
 virtual property System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ Glyphs { System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ get(); };
protected internal override System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection Glyphs { get; }
member this.Glyphs : System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection
Protected Friend Overrides ReadOnly Property Glyphs As ActivityDesignerGlyphCollection

プロパティ値

ActivityPreviewDesigner に関連付けられたグリフを格納している DesignerGlyph 読み取り専用コレクション。

注釈

Glyphs には、ActivityPreviewDesigner の上部のプレビュー ストリップに表示されるグリフのコレクションが格納されます。

適用対象