DomainModelInfo.DomainClasses Property
Gets a list of the domain classes that are defined in this domain model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DomainClasses As ReadOnlyCollection(Of DomainClassInfo)
'Usage
Dim instance As DomainModelInfo
Dim value As ReadOnlyCollection(Of DomainClassInfo)
value = instance.DomainClasses
public ReadOnlyCollection<DomainClassInfo> DomainClasses { get; }
public:
property ReadOnlyCollection<DomainClassInfo^>^ DomainClasses {
ReadOnlyCollection<DomainClassInfo^>^ get ();
}
public function get DomainClasses () : ReadOnlyCollection<DomainClassInfo>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainClassInfo>
A read-only collection of DomainClassInfo objects.
.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.