Compartir a través de


DomainDataDirectory.DomainObjects Property

Gets a list of domain objects in the directory.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
public ICollection<DomainObjectInfo> DomainObjects { get; }
public:
property ICollection<DomainObjectInfo^>^ DomainObjects {
    ICollection<DomainObjectInfo^>^ get ();
}
member DomainObjects : ICollection<DomainObjectInfo> with get
function get DomainObjects () : ICollection<DomainObjectInfo>

Property Value

Type: System.Collections.Generic.ICollection<DomainObjectInfo>
A read-only collection of DomainObjectInfo objects.

.NET Framework Security

See Also

Reference

DomainDataDirectory Class

Microsoft.VisualStudio.Modeling Namespace