ElementGroup Oluşturucular

Tanım

Aşırı Yüklemeler

ElementGroup(ModelElement)

Ortak bir işlem olan tek bir öğe grubu oluşturmak için kullanışlı Oluşturucu

ElementGroup(Partition)

Oluşturucu

ElementGroup(Store)

Oluşturucu

ElementGroup(ModelElement)

Ortak bir işlem olan tek bir öğe grubu oluşturmak için kullanışlı Oluşturucu

public:
 ElementGroup(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public ElementGroup (Microsoft.VisualStudio.Modeling.ModelElement element);
new Microsoft.VisualStudio.Modeling.ElementGroup : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.ElementGroup
Public Sub New (element As ModelElement)

Parametreler

element
ModelElement

Grubun tek ilk kök öğesi olacak model öğesi

Şunlara uygulanır

ElementGroup(Partition)

Oluşturucu

public:
 ElementGroup(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public ElementGroup (Microsoft.VisualStudio.Modeling.Partition partition);
new Microsoft.VisualStudio.Modeling.ElementGroup : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ElementGroup
Public Sub New (partition As Partition)

Parametreler

partition
Partition

Gruptaki öğeleri içeren bölüm

Şunlara uygulanır

ElementGroup(Store)

Oluşturucu

public:
 ElementGroup(Microsoft::VisualStudio::Modeling::Store ^ store);
public ElementGroup (Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.ElementGroup : Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.ElementGroup
Public Sub New (store As Store)

Parametreler

store
Store

Gruptaki öğeleri içeren depo. Varsayılan bölüme gider

Şunlara uygulanır