Sdílet prostřednictvím


ModelElement.GetRoleCollection<TCollection, TElement> – metoda (Guid)

Získá nebo vytvoří propojený prvek kolekce

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Deklarace
Protected Function GetRoleCollection(Of TCollection As ReadOnlyLinkedElementCollection(Of TElement), TElement As ModelElement) ( _
    domainRoleId As Guid _
) As TCollection
protected TCollection GetRoleCollection<TCollection, TElement>(
    Guid domainRoleId
)
where TCollection : ReadOnlyLinkedElementCollection<TElement>
where TElement : ModelElement

Parametry typu

  • TCollection
    Typ kolekce na instanciate
  • TElement
    Typ pro jednotlivé prvky v kolekci

Parametry

Vrácená hodnota

Typ: TCollection

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ModelElement Třída

GetRoleCollection – přetížení

Microsoft.VisualStudio.Modeling – obor názvů