DomainPresentationNavigator 委派
從 ModelElement 巡覽到一組針對一系列的圖表中代表它的 PresentationElements 方法的委派
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Delegate Function DomainPresentationNavigator ( _
context As ModelElement _
) As ICollection(Of PresentationElement)
public delegate ICollection<PresentationElement> DomainPresentationNavigator(
ModelElement context
)
參數
- context
型別:Microsoft.VisualStudio.Modeling.ModelElement
傳回值
型別:System.Collections.Generic.ICollection<PresentationElement>