EditingContext.CreateContextItemManager 메서드
Items 속성에서 반환될 컨텍스트 항목 관리자의 인스턴스를 만듭니다.
네임스페이스: Microsoft.Windows.Design
어셈블리: Microsoft.Windows.Design.Extensibility(Microsoft.Windows.Design.Extensibility.dll)
구문
‘선언
Protected Overridable Function CreateContextItemManager As ContextItemManager
protected virtual ContextItemManager CreateContextItemManager()
protected:
virtual ContextItemManager^ CreateContextItemManager()
abstract CreateContextItemManager : unit -> ContextItemManager
override CreateContextItemManager : unit -> ContextItemManager
protected function CreateContextItemManager() : ContextItemManager
반환 값
형식: Microsoft.Windows.Design.ContextItemManager
ContextItemManager 클래스의 구현입니다.
설명
기본 구현에서는 SubscribeContextCallback<TContextItemType> 선언을 통해 디자인 편집기 관리자를 지연하여 활성화할 수 있는 ContextItemManager를 만듭니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Design 네임스페이스