ActivityDesignerGlyphCollection 생성자

정의

ActivityDesignerGlyphCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 컬렉션 요소를 복사할 원본입니다.

적용 대상