DomainPropertyInfo Class
Represents a property of a domain class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::DomainObjectInfo
Microsoft.VisualStudio.Modeling::DomainPropertyInfo
| Name | Description | |
|---|---|---|
![]() | DefaultValue | Gets the default value of this domain property. |
![]() | DisplayName | Gets the display name of the element.(Inherited from DomainObjectInfo.) |
![]() | DomainClass | Gets the domain class where this property is declared. |
![]() | DomainModel | Gets domain model where the domain class that has this property is defined.(Overrides DomainObjectInfo::DomainModel.) |
![]() | ElementNameProvider | Gets a unique name provider for this domain property. |
![]() | Id | Gets the ID of the element.(Inherited from DomainObjectInfo.) |
![]() | Kind | Gets the kind for this property. |
![]() | Name | Gets the name of the element.(Inherited from DomainObjectInfo.) |
![]() | PropertyInfo | Gets the information about the domain property. |
![]() | PropertyType | Gets the type that is assigned to the property. |
![]() | ValueHandler | Gets the value handler for this property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(ModelElement^) | Gets the value of a property for a specific model element. |
![]() | NotifyValueChange(ModelElement^) | Notifies listeners that a value for a property has changed. |
![]() | SetValue(ModelElement^, Object^) | Sets the property value on a given model element. |
![]() | ToString() | Converts the element to a string.(Inherited from DomainObjectInfo.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

