AssociatedPropertyInfo::DomainPresentationNavigator Property

 

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

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

public:
property DomainPresentationNavigator^ DomainPresentationNavigator {
	DomainPresentationNavigator^ get();
	void set(DomainPresentationNavigator^ value);
}

Delegate that is used to navigate from the element in the domain model that contains the property to the presentation element that displays the shape field.

Return to top
Show: