CompartmentShape.FindCompartments, méthode
Recherches pour des compartiments.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Public Overridable Function FindCompartments ( _
listKey As Type _
) As List(Of Compartment)
public virtual List<Compartment> FindCompartments(
Type listKey
)
Paramètres
- listKey
Type : System.Type
La clé qui est assignée à les compartiments.
Valeur de retour
Type : System.Collections.Generic.List<Compartment>
Les compartiments ; sinon, null si aucun compartiment n'est recherché.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.