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
)
参数
- context
类型:Microsoft.VisualStudio.Modeling.ModelElement
返回值
类型:System.Collections.Generic.ICollection<PresentationElement>