DomainDataDirectory.DomainObjects Property

Definition

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

Applies to