ActivityDesignerGlyphCollection コンストラクター

定義

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

オーバーロード

ActivityDesignerGlyphCollection()

空で、既定の初期量を備えた、ActivityDesignerGlyphCollection クラスの新しいインスタンスを初期化します。

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

指定した ActivityDesignerGlyphCollection のジェネリック コレクションからコピーした要素を格納し、コピーされる要素の数を格納できるだけの容量を備えた、DesignerGlyph クラスの新しいインスタンスを初期化します。

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

指定した ActivityDesignerGlyphCollection からコピーした要素を格納し、コピーされる要素の数を格納できるだけの容量を備えた、ActivityDesignerGlyphCollection クラスの新しいインスタンスを初期化します。

ActivityDesignerGlyphCollection()

空で、既定の初期量を備えた、ActivityDesignerGlyphCollection クラスの新しいインスタンスを初期化します。

public:
 ActivityDesignerGlyphCollection();
public ActivityDesignerGlyphCollection ();
Public Sub New ()

適用対象

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

指定した ActivityDesignerGlyphCollection のジェネリック コレクションからコピーした要素を格納し、コピーされる要素の数を格納できるだけの容量を備えた、DesignerGlyph クラスの新しいインスタンスを初期化します。

public:
 ActivityDesignerGlyphCollection(System::Collections::Generic::IEnumerable<System::Workflow::ComponentModel::Design::DesignerGlyph ^> ^ glyphs);
public ActivityDesignerGlyphCollection (System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Design.DesignerGlyph> glyphs);
new System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection : seq<System.Workflow.ComponentModel.Design.DesignerGlyph> -> System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection
Public Sub New (glyphs As IEnumerable(Of DesignerGlyph))

パラメーター

glyphs
IEnumerable<DesignerGlyph>

DesignerGlyph オブジェクトを格納している列挙可能なジェネリック コレクション。

適用対象

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

指定した ActivityDesignerGlyphCollection からコピーした要素を格納し、コピーされる要素の数を格納できるだけの容量を備えた、ActivityDesignerGlyphCollection クラスの新しいインスタンスを初期化します。

public:
 ActivityDesignerGlyphCollection(System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ glyphs);
public ActivityDesignerGlyphCollection (System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection glyphs);
new System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection : System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection -> System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection
Public Sub New (glyphs As ActivityDesignerGlyphCollection)

パラメーター

glyphs
ActivityDesignerGlyphCollection

コレクション要素のコピー元の ActivityDesignerGlyphCollection

適用対象