DomainDataDirectory.DomainObjects 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 objects loaded into directory.
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainObjectInfo ^> ^ DomainObjects { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainObjectInfo ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainObjectInfo> DomainObjects { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DomainObjects : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainObjectInfo>
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
Property Value
- Attributes