DomainDataDirectory.DomainClasses Property

Definition

Gets a read-only list domain classes loaded into directory.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ DomainClasses { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainClassInfo> DomainClasses { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DomainClasses : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainClassInfo>
Public ReadOnly Property DomainClasses As ICollection(Of DomainClassInfo)

Property Value

Attributes

Applies to