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

適用対象