DomainDataDirectory.DomainObjects, propriété
Obtient une liste d'objets de domaine dans le répertoire.
Espace de noms : Microsoft.VisualStudio.Modeling
Assembly : Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
public ICollection<DomainObjectInfo> DomainObjects { get; }
Valeur de propriété
Type : System.Collections.Generic.ICollection<DomainObjectInfo>
Collection d'objets DomainObjectInfo en lecture seule.
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.