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 개체가 포함된 Enumerable 제네릭 컬렉션입니다.

적용 대상

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입니다.

적용 대상