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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Property DomainPresentationNavigator As DomainPresentationNavigator
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
- 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.