DomainPresentationNavigator 대리자
ModelElement로부터 다이어그램의 집합에 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>