Freigeben über


DomainDataDirectory.DomainObjects-Eigenschaft

Ruft eine Liste von Domänenobjekten im Verzeichnis ab.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
public ICollection<DomainObjectInfo> DomainObjects { get; }

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<DomainObjectInfo>
Eine schreibgeschützte Auflistung von DomainObjectInfo-Objekten.

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainDataDirectory Klasse

Microsoft.VisualStudio.Modeling-Namespace