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
'宣言
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
'使用
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.
Permissions
- 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.