PresentationDomainNavigator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for a method that navigates from a PresentationElement to a ModelElement
public delegate Microsoft::VisualStudio::Modeling::ModelElement ^ PresentationDomainNavigator(PresentationElement ^ context);
public delegate Microsoft.VisualStudio.Modeling.ModelElement PresentationDomainNavigator(PresentationElement context);
type PresentationDomainNavigator = delegate of PresentationElement -> ModelElement
Public Delegate Function PresentationDomainNavigator(context As PresentationElement) As ModelElement
Parameters
- context
- PresentationElement
A PresentationElement to navigate from
Return Value
The ModelElement navigated to