Delegat DomainPresentationNavigator
Pełnomocnik metodę, która przechodzi od ModelElement do zestawu PresentationElements, które reprezentują go zestawu diagramów
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Składnia
'Deklaracja
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
Wartość zwracana
Typ: System.Collections.Generic.ICollection<PresentationElement>