Udostępnij za pośrednictwem


Metoda ModelElement.GetRoleCollection<TCollection, TElement> — (ModelElement, Guid)

Pobiera lub tworzy kolekcji połączony element

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

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

Parametry typów

  • TCollection
    Typ kolekcji do instanciate
  • TElement
    Typ dla każdego z elementów w kolekcji

Parametry

Wartość zwracana

Typ: TCollection

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelElement Klasa

Przeciążenie GetRoleCollection

Przestrzeń nazw Microsoft.VisualStudio.Modeling