DomainClassInfo.AllDomainProperties Свойство

Определение

Возвращает доступное только для чтения список свойств домена, объявленных в этом классе домена, или один из его предков.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^> ^ AllDomainProperties { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainPropertyInfo> AllDomainProperties { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.AllDomainProperties : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainPropertyInfo>
Public ReadOnly Property AllDomainProperties As ReadOnlyCollection(Of DomainPropertyInfo)

Значение свойства

ReadOnlyCollection<DomainPropertyInfo>
Атрибуты

Применяется к