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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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.