DomainPresentationNavigator 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 ModelElement to a set of PresentationElements that represent it on a set of Diagrams
public delegate System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^> ^ DomainPresentationNavigator(ModelElement ^ context);
public delegate System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement> DomainPresentationNavigator(ModelElement context);
type DomainPresentationNavigator = delegate of ModelElement -> ICollection<PresentationElement>
Public Delegate Function DomainPresentationNavigator(context As ModelElement) As ICollection(Of PresentationElement)
Parameters
- context
- ModelElement
A ModelElement to navigate from
Return Value
The PresentationElement set navigated to