次の方法で共有


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 名前空間