다음을 통해 공유


ServiceManager 클래스

업데이트: 2007년 11월

EditingContext와 연관된 동작을 나타냅니다.

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

구문

Public MustInherit Class ServiceManager _
    Implements IServiceProvider, IEnumerable(Of Type),  _
    IEnumerable

Dim instance As ServiceManager
public abstract class ServiceManager : IServiceProvider, 
    IEnumerable<Type>, IEnumerable
public ref class ServiceManager abstract : IServiceProvider, 
    IEnumerable<Type^>, IEnumerable
public abstract class ServiceManager implements IServiceProvider, IEnumerable<Type>, IEnumerable

설명

EditingContext 클래스는 다음과 같은 두 가지 상태에 대한 액세스를 제공합니다.

  • 데이터(ContextItem)

  • 동작 서비스(ServiceManager)

동작 서비스는 ServiceManager의 인스턴스를 반환하는 Services 속성을 통해 액세스합니다.

ServiceManager는 추상 클래스입니다. EditingContext에서 파생하고 CreateServiceManager를 재정의하여 고유한 구현을 제공할 수 있습니다.

서비스는 EditingContext에서 만들어지고 나면 항상 존재합니다. 서비스를 EditingContext에서 제거할 수 없습니다.

서비스는 일관된 인스턴스 값이 있으므로 서비스를 캐시하는 것이 항상 허용됩니다.

코드는 ServiceManager를 사용하여 새 서비스를 게시하고 특정 서비스가 사용 가능할 때 콜백을 구독할 수 있습니다.

상속 계층 구조

System.Object
  Microsoft.Windows.Design.ServiceManager

스레드로부터의 안전성

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

참고 항목

참조

ServiceManager 멤버

Microsoft.Windows.Design 네임스페이스

기타 리소스

WPF Designer 확장성