DomainPresentationNavigator Delegate

Delegate for a method that navigates from a ModelElement to a set of PresentationElements that represent it on a set of Diagrams

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 Delegate Function DomainPresentationNavigator ( _
    context As ModelElement _
) As ICollection(Of PresentationElement)
public delegate ICollection<PresentationElement> DomainPresentationNavigator(
    ModelElement context
)
public delegate ICollection<PresentationElement^>^ DomainPresentationNavigator(
    ModelElement^ context
)
type DomainPresentationNavigator = 
    delegate of  
        context:ModelElement -> ICollection<PresentationElement>
JScript does not support delegates.

Parameters

Return Value

Type: ICollection<PresentationElement>

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace