Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Finds all elements in the directory of a specified type.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Function FindElements ( _
domainClassId As Guid _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
Guid domainClassId
)
ReadOnlyCollection<ModelElement^>^ FindElements(
Guid domainClassId
)
abstract FindElements :
domainClassId:Guid -> ReadOnlyCollection<ModelElement>
function FindElements(
domainClassId : Guid
) : ReadOnlyCollection<ModelElement>
Parameters
- domainClassId
Type: System.Guid
The ID of the domain class to find.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
A read-only collection of the type specified.
Remarks
An empty list is returned if no elements were found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.