다음을 통해 공유


CurrentDesignerView 클래스

업데이트: 2007년 11월

편집 컨텍스트에서 사용되고 있는 현재 디자이너 뷰를 저장하고 보고하는 데 사용되는 컨텍스트 항목입니다.

네임스페이스:  Microsoft.Windows.Design.Interaction
어셈블리:  Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)

구문

Public NotInheritable Class CurrentDesignerView _
    Inherits ContextItem

Dim instance As CurrentDesignerView
public sealed class CurrentDesignerView : ContextItem
public ref class CurrentDesignerView sealed : public ContextItem
public final class CurrentDesignerView extends ContextItem

설명

CurrentDesignerView는 DesignerViewFromContext 메서드에서 사용됩니다. DesignerView는 이를 생성 중인 컨텍스트에 자동으로 추가합니다. 컨텍스트 계층 내에서는 디자이너 뷰를 변경할 수 없지만 새 컨텍스트 계층을 만들고 해당 계층에 새 뷰를 추가할 수 있습니다.

상속 계층 구조

System.Object
  Microsoft.Windows.Design.ContextItem
    Microsoft.Windows.Design.Interaction.CurrentDesignerView

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

CurrentDesignerView 멤버

Microsoft.Windows.Design.Interaction 네임스페이스

기타 리소스

WPF Designer 확장성