DomainPresentationNavigator 대리자

다이어그램의 집합을 나타내는 PresentationElements 집합은 모델에서 요소를 탐색 하는 방법에 대 한 대리자

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 네임스페이스