ActivityDesignerGlyphCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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)
매개 변수
컬렉션 요소를 복사할 원본 ActivityDesignerGlyphCollection입니다.