Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of domain objects in the directory.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
'Usage
Dim instance As DomainDataDirectory
Dim value As ICollection(Of DomainObjectInfo)
value = instance.DomainObjects
public ICollection<DomainObjectInfo> DomainObjects { get; }
public:
property ICollection<DomainObjectInfo^>^ DomainObjects {
ICollection<DomainObjectInfo^>^ get ();
}
public function get DomainObjects () : ICollection<DomainObjectInfo>
Property Value
Type: System.Collections.Generic.ICollection<DomainObjectInfo>
A read-only collection of DomainObjectInfo objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.