Partition.GetClosurePrototypeGroup Yöntem

Tanım

Aşırı Yüklemeler

GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType)

Verilen kapanış türünün belirtilen kök öğe listesine göre ElementGroupPrototype oluşturur

GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType, Boolean)

Verilen kapanış türünün belirtilen kök öğe listesine göre ElementGroupPrototype oluşturur

GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType)

Verilen kapanış türünün belirtilen kök öğe listesine göre ElementGroupPrototype oluşturur

public:
 Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ GetClosurePrototypeGroup(System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootElements, Microsoft::VisualStudio::Modeling::ClosureType type);
[System.Diagnostics.DebuggerStepThrough]
public Microsoft.VisualStudio.Modeling.ElementGroupPrototype GetClosurePrototypeGroup (System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootElements, Microsoft.VisualStudio.Modeling.ClosureType type);
[<System.Diagnostics.DebuggerStepThrough>]
member this.GetClosurePrototypeGroup : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * Microsoft.VisualStudio.Modeling.ClosureType -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Function GetClosurePrototypeGroup (rootElements As ICollection(Of ModelElement), type As ClosureType) As ElementGroupPrototype

Parametreler

rootElements
ICollection<ModelElement>

kullanmaya başlamak için kök öğelerinin toplanması izlenecek yol

type
ClosureType

oluşturulacak kapanış türü

Döndürülenler

ElementGroupPrototype

Kapanış işleminde seçilen öğe koleksiyonu için bir ElementGroupPrototype

Öznitelikler

Açıklamalar

öğe grubu prototipin DistinguishedElements listesi kök öğeler listesi ile doldurulur

Şunlara uygulanır

GetClosurePrototypeGroup(ICollection<ModelElement>, ClosureType, Boolean)

Verilen kapanış türünün belirtilen kök öğe listesine göre ElementGroupPrototype oluşturur

public:
 Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ GetClosurePrototypeGroup(System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::ModelElement ^> ^ rootElements, Microsoft::VisualStudio::Modeling::ClosureType type, bool bypassDemandLoading);
public Microsoft.VisualStudio.Modeling.ElementGroupPrototype GetClosurePrototypeGroup (System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> rootElements, Microsoft.VisualStudio.Modeling.ClosureType type, bool bypassDemandLoading);
member this.GetClosurePrototypeGroup : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.ModelElement> * Microsoft.VisualStudio.Modeling.ClosureType * bool -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Function GetClosurePrototypeGroup (rootElements As ICollection(Of ModelElement), type As ClosureType, bypassDemandLoading As Boolean) As ElementGroupPrototype

Parametreler

rootElements
ICollection<ModelElement>

Kapanış aşamasından başlamak için kök öğelerinin toplanması

type
ClosureType

oluşturulacak kapanış türü

bypassDemandLoading
Boolean

Kapanış oluşturulurken talep yükleme atlanıp atlanmayacağını belirtir

Döndürülenler

ElementGroupPrototype

Kapanış işleminde seçilen öğe koleksiyonu için bir ElementGroupPrototype

Açıklamalar

Herhangi bir grup dahil, katıştırma ilişkisinin hedefi olmayan tüm grup öğeleri ElementGroupPrototype içinde kök öğe olarak işaretlenir.

Şunlara uygulanır