IDesignerGlyphProvider 인터페이스

정의

주의

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

문자 모양 공급자 클래스가 활동 디자이너에 표시할 문자 모양 배열을 생성하는 데 사용하는 메서드를 정의합니다.

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

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

이 인터페이스는 클래스 구현이 활동 디자이너에 적절한 개체 집합 DesignerGlyph 을 제공하는 데 사용해야 하는 메서드를 정의합니다. 구현 클래스는 개체에 DesignerGlyph 개체를 ActivityDesigner 렌더링해야 합니다.

메서드

Name Description
GetGlyphs(ActivityDesigner)
사용되지 않음.

지정된 활동 디자이너와 연결된 문자 모양 배열을 반환합니다.

적용 대상