AssociatedPropertyInfo Class

 

Class that provides info about a domain property associated with a ShapeField.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::AssociatedPropertyInfo

public ref class AssociatedPropertyInfo 

NameDescription
System_CAPS_pubmethodAssociatedPropertyInfo(Guid)

Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on.

System_CAPS_pubmethodAssociatedPropertyInfo(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.

NameDescription
System_CAPS_pubpropertyDomainPresentationNavigator

Delegate used to navigate from the element in the domain model containing the property to the presentation element displaying the shape field.

System_CAPS_pubpropertyFilteringValues

A list of filtering values associated with this property. Used for ShapeField visibility property associations.

System_CAPS_pubpropertyIsShapeProperty

True if the property exists directly on the shape itself, false otherwise.

System_CAPS_pubpropertyPresentationDomainNavigator

Delegate used to navigate from the presentation element displaying the shape field to the element in the domain model containing the property.

System_CAPS_pubpropertyPropertyId

Domain property identifier.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: