ActivityDesignerGlyphCollection Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
Ett ActivityDesignerGlyphCollection som du kan kopiera samlingselement från.