Share via


AssociatedPropertyInfo.PresentationDomainNavigator Property

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

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

Syntax

'Declaration
Public Property PresentationDomainNavigator As PresentationDomainNavigator
public PresentationDomainNavigator PresentationDomainNavigator { get; set; }
public:
property PresentationDomainNavigator^ PresentationDomainNavigator {
    PresentationDomainNavigator^ get ();
    void set (PresentationDomainNavigator^ value);
}
member PresentationDomainNavigator : PresentationDomainNavigator with get, set
function get PresentationDomainNavigator () : PresentationDomainNavigator
function set PresentationDomainNavigator (value : PresentationDomainNavigator)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PresentationDomainNavigator

Remarks

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

.NET Framework Security

See Also

Reference

AssociatedPropertyInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace