AssociatedPropertyInfo.PresentationDomainNavigator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate used to navigate from the presentation element displaying the shape field to the element in the domain model containing the property.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::PresentationDomainNavigator ^ PresentationDomainNavigator { Microsoft::VisualStudio::Modeling::Diagrams::PresentationDomainNavigator ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::PresentationDomainNavigator ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.PresentationDomainNavigator PresentationDomainNavigator { get; set; }
member this.PresentationDomainNavigator : Microsoft.VisualStudio.Modeling.Diagrams.PresentationDomainNavigator with get, set
Public Property PresentationDomainNavigator As PresentationDomainNavigator