IDesignerGlyphProviderService 인터페이스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Activity Designer 개발자가 사용자 정의 문자 공급자를 Activity Designer에 추가할 수 있도록 합니다.

public interface class IDesignerGlyphProviderService
public interface IDesignerGlyphProviderService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IDesignerGlyphProviderService
type IDesignerGlyphProviderService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IDesignerGlyphProviderService = interface
Public Interface IDesignerGlyphProviderService
특성

예제

다음 코드 예제에서는 사용자 지정 문자 공급자를 Activity Designer에 추가할 수 있도록 IDesignerGlyphProviderService를 가져오는 방법을 보여 줍니다. 이 코드에서는 AddGlyphProvider 메서드를 사용하여 공급자를 Activity Designer에 추가합니다.

이 코드 예제는 ViewHost.cs 파일에 있는 Workflow Monitor SDK 샘플의 일부입니다. 형식 WorkflowMonitorDesignerGlyphProvider 샘플 코드에서 정의 됩니다. 자세한 내용은 워크플로 모니터합니다.

this.workflowViewValue = new WorkflowView(this.surface);
this.workflowViewValue.ZoomChanged += new EventHandler(workflowViewValue_ZoomChanged);

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

이 인터페이스를 구현하는 클래스는 IDesignerGlyphProvider 인터페이스를 구현하는 모든 클래스, 즉 사용자 지정 문자 공급자를 ActivityDesigner 클래스에 추가하거나 제거할 수 있습니다.

속성

GlyphProviders
사용되지 않음.

디자이너 문자 공급자의 제네릭 읽기 전용 컬렉션을 가져옵니다.

메서드

AddGlyphProvider(IDesignerGlyphProvider)
사용되지 않음.

IDesignerGlyphProvider 인터페이스를 구현하는 클래스를 활동 디자이너가 사용하는 문자 공급자 목록에 추가합니다.

RemoveGlyphProvider(IDesignerGlyphProvider)
사용되지 않음.

IDesignerGlyphProvider 인터페이스를 구현하는 클래스를 활동 디자이너가 사용하는 문자 공급자 목록에서 제거합니다.

적용 대상

추가 정보