DomainPresentationNavigator – delegát
Delegát pro metodu, která přejde z ModelElement sadu PresentationElements, které představují sadu diagramy
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Delegate Function DomainPresentationNavigator ( _
context As ModelElement _
) As ICollection(Of PresentationElement)
public delegate ICollection<PresentationElement> DomainPresentationNavigator(
ModelElement context
)
Parametry
- context
Typ: Microsoft.VisualStudio.Modeling.ModelElement
Vrácená hodnota
Typ: System.Collections.Generic.ICollection<PresentationElement>