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.50 中的 Deprecated Types。

此接口定义实现类的方法必须用于向活动设计器提供一组 DesignerGlyph 适当的对象。 实现类还应将 DesignerGlyph 对象呈现到对象上 ActivityDesigner

方法

名称 说明
GetGlyphs(ActivityDesigner)
已过时.

返回与指定活动设计器关联的字形数组。

适用于