DesignerView.Context 속성
업데이트: 2007년 11월
이 뷰의 편집 컨텍스트를 가져오거나 설정합니다.
네임스페이스: Microsoft.Windows.Design.Interaction
어셈블리: Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)
구문
Public Property Context As EditingContext
Dim instance As DesignerView
Dim value As EditingContext
value = instance.Context
instance.Context = value
public EditingContext Context { get; set; }
public:
property EditingContext^ Context {
EditingContext^ get ();
void set (EditingContext^ value);
}
public function get Context () : EditingContext
public function set Context (value : EditingContext)
속성 값
형식: Microsoft.Windows.Design.EditingContext
뷰에 연결된 EditingContext입니다.
설명
편집 컨텍스트에는 디자이너 뷰를 한 번에 하나만 연결할 수 있습니다. 디자이너 뷰에 컨텍스트가 설정되면 컨텍스트에 뷰 자체가 저장됩니다. 컨텍스트에 새 뷰를 설정하기 전에는 기존 뷰를 지워야 합니다.
권한
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Design.Interaction 네임스페이스