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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

声明
Public Property DomainPresentationNavigator As DomainPresentationNavigator
    Get
    Set
public DomainPresentationNavigator DomainPresentationNavigator { get; set; }
public:
property DomainPresentationNavigator^ DomainPresentationNavigator {
    DomainPresentationNavigator^ get ();
    void set (DomainPresentationNavigator^ value);
}
member DomainPresentationNavigator : DomainPresentationNavigator with get, set
function get DomainPresentationNavigator () : DomainPresentationNavigator
function set DomainPresentationNavigator (value : DomainPresentationNavigator)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.DomainPresentationNavigator

Remarks

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.

.NET Framework Security

See Also

Reference

AssociatedPropertyInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace