Udostępnij za pośrednictwem


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

Wartość zwracana

Typ: System.Collections.Generic.ICollection<PresentationElement>

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Diagrams