AssociatedPropertyInfo Class
Class that provides info about a domain property associated with a ShapeField.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | AssociatedPropertyInfo(Guid) | Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on. |
![]() | AssociatedPropertyInfo(Guid, PresentationDomainNavigator^, DomainPresentationNavigator^) | Create an AssociatedPropertyInfo that points at a property on a ModelElement somewhere in the model. The given delegates are used to navigate to/from the shape to this element. |
| Name | Description | |
|---|---|---|
![]() | DomainPresentationNavigator | Delegate used to navigate from the element in the domain model containing the property to the presentation element displaying the shape field. |
![]() | FilteringValues | A list of filtering values associated with this property. Used for ShapeField visibility property associations. |
![]() | IsShapeProperty | True if the property exists directly on the shape itself, false otherwise. |
![]() | PresentationDomainNavigator | Delegate used to navigate from the presentation element displaying the shape field to the element in the domain model containing the property. |
![]() | PropertyId | Domain property identifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Class that provides information about a domain property that is associated with a ShapeField.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


