ActivityDesignerGlyphCollection Konstruktorer

Definition

Initierar en ny instans av ActivityDesignerGlyphCollection klassen.

Överlagringar

Name Description
ActivityDesignerGlyphCollection()

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som är tom och har standardinitieringskapaciteten.

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som innehåller element som kopierats från den angivna allmänna samlingen av DesignerGlyphoch har tillräcklig kapacitet för att hantera antalet kopierade element.

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som innehåller element som kopierats från den angivna ActivityDesignerGlyphCollection och har tillräcklig kapacitet för att hantera antalet kopierade element.

ActivityDesignerGlyphCollection()

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som är tom och har standardinitieringskapaciteten.

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

Gäller för

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som innehåller element som kopierats från den angivna allmänna samlingen av DesignerGlyphoch har tillräcklig kapacitet för att hantera antalet kopierade element.

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))

Parametrar

glyphs
IEnumerable<DesignerGlyph>

Uppräkningsbar allmän samling som innehåller DesignerGlyph objekt.

Gäller för

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

Initierar en ny instans av ActivityDesignerGlyphCollection klassen som innehåller element som kopierats från den angivna ActivityDesignerGlyphCollection och har tillräcklig kapacitet för att hantera antalet kopierade element.

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)

Parametrar

glyphs
ActivityDesignerGlyphCollection

Ett ActivityDesignerGlyphCollection som du kan kopiera samlingselement från.

Gäller för