DslDefinitionModelElementTrackingPropertyDescriptor Class
Provide custom tracking property descriptor for domain classes defined in the DslDefintion namespace
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
System.ComponentModel::MemberDescriptor
System.ComponentModel::PropertyDescriptor
Microsoft.VisualStudio.Modeling.Design::ElementPropertyDescriptor
Microsoft.VisualStudio.Modeling.Design::TrackingPropertyDescriptor
Microsoft.VisualStudio.Modeling.DslDefinition.Design::DslDefinitionModelElementTrackingPropertyDescriptor
| Name | Description | |
|---|---|---|
![]() | DslDefinitionModelElementTrackingPropertyDescriptor(ModelElement^, DomainPropertyInfo^, DomainPropertyInfo^, array<Attribute^>^) | The ElementPropertyDescriptor can operate upon a specific element passed in to the constructor, or it can accept a null element. If a specific element is provided, GetValue(), SetValue(), and the other methods will ignore the object argument passed in and will instead use that specific element. If a null element is provided, GetValue(), SetValue(), and the other methods will use the object argument passed in. |
| Name | Description | |
|---|---|---|
![]() | Attributes | (Inherited from MemberDescriptor.) |
![]() | Category | Gets the category in which to group the domain property when the property is displayed in a PropertyGrid control that is set to Categorized mode.(Inherited from ElementPropertyDescriptor.) |
![]() | ComponentType | Gets the type of the model element to which this property is bound.(Inherited from ElementPropertyDescriptor.) |
![]() | Converter | Gets the converter for the described property.(Inherited from ElementPropertyDescriptor.) |
![]() | Description | Gets the description of the described property, as specified in the DescriptionResourceAttribute.(Inherited from ElementPropertyDescriptor.) |
![]() | DesignTimeOnly | (Inherited from MemberDescriptor.) |
![]() | DisplayName | Gets the display name of the described property, as specified in the DisplayNameResourceAttribute.(Inherited from ElementPropertyDescriptor.) |
![]() | DomainPropertyInfo | Gets the property information object that was used to create this property descriptor.(Inherited from ElementPropertyDescriptor.) |
![]() | IsBrowsable | (Inherited from MemberDescriptor.) |
![]() | IsInstanceBased | Test if this PropertyDescriptor is based on an instance or a static type.(Inherited from ElementPropertyDescriptor.) |
![]() | IsLocalizable | (Inherited from PropertyDescriptor.) |
![]() | IsReadOnly | Returns whether this property is readonly or not.(Overrides ElementPropertyDescriptor::IsReadOnly.) |
![]() | ModelElement | Gets the model element that was used to create this property descriptor.(Inherited from ElementPropertyDescriptor.) |
![]() | Name | (Inherited from MemberDescriptor.) |
![]() | PropertyType | Gets the property type of the described property.(Inherited from ElementPropertyDescriptor.) |
![]() | SerializationVisibility | (Inherited from PropertyDescriptor.) |
![]() | SupportsChangeEvents | (Inherited from PropertyDescriptor.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


