IDesignerGlyphProvider 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
이 인터페이스는 클래스 구현이 활동 디자이너에 적절한 개체 집합 DesignerGlyph 을 제공하는 데 사용해야 하는 메서드를 정의합니다. 구현 클래스는 개체에 DesignerGlyph 개체를 ActivityDesigner 렌더링해야 합니다.
메서드
| Name | Description |
|---|---|
| GetGlyphs(ActivityDesigner) |
사용되지 않음.
지정된 활동 디자이너와 연결된 문자 모양 배열을 반환합니다. |