PresentationDomainNavigator 委派
從 PresentationElement 巡覽至 ModelElement。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Public Delegate Function PresentationDomainNavigator ( _
context As PresentationElement _
) As ModelElement
public delegate ModelElement PresentationDomainNavigator(
PresentationElement context
)
參數
- context
類型:Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
PresentationElement ,要從其開始。
傳回值
類型:Microsoft.VisualStudio.Modeling.ModelElement