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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

このインターフェイスは、クラスを実装して、アクティビティ デザイナーに適切な DesignerGlyph オブジェクトのセットを提供するために使用する必要があるメソッドを定義します。 実装クラスでは、 DesignerGlyph オブジェクトを ActivityDesigner オブジェクトにレンダリングする必要もあります。

メソッド

名前 説明
GetGlyphs(ActivityDesigner)
古い.

指定したアクティビティ デザイナーに関連付けられているグリフの配列を返します。

適用対象