Udostępnij za pośrednictwem


Metoda IElementDirectory.FindElements — (Guid)

Znajduje wszystkie elementy w katalogu określonego typu.

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

Składnia

'Deklaracja
Function FindElements ( _
    domainClassId As Guid _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
    Guid domainClassId
)

Parametry

  • domainClassId
    Typ: System.Guid
    Identyfikator klasy domeny do znalezienia.

Wartość zwracana

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
Kolekcja tylko do odczytu typu określonego.

Uwagi

Pusta lista jest zwracany, jeśli nie znaleziono elementów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IElementDirectory Interfejs

Przeciążenie FindElements

Przestrzeń nazw Microsoft.VisualStudio.Modeling