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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.