共用方式為


DomainPresentationNavigator 委派

方法的委派,這個方法會從 ModelElement 巡覽至在一組圖表上將該項目呈現的一組 PresentationElements

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Delegate Function DomainPresentationNavigator ( _
    context As ModelElement _
) As ICollection(Of PresentationElement)
public delegate ICollection<PresentationElement> DomainPresentationNavigator(
    ModelElement context
)

參數

傳回值

類型:System.Collections.Generic.ICollection<PresentationElement>

請參閱

參考

Microsoft.VisualStudio.Modeling.Diagrams 命名空間