DomainDataDirectory.DomainClasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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