次の方法で共有


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
)

パラメーター

戻り値

型 : Microsoft.VisualStudio.Modeling.ModelElement

参照

関連項目

Microsoft.VisualStudio.Modeling.Diagrams 名前空間