IDesignerGlyphProvider Interfaccia

Definizione

Attenzione

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

Definisce il metodo utilizzato dalle classi del provider di glifi per generare una matrice di glifi da visualizzare in un ActivityDesigner.

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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Questa interfaccia definisce il metodo che implementa le classi deve usare per fornire un set appropriato di DesignerGlyph oggetti agli ActivityDesigner. La classe di implementazione deve anche eseguire il rendering degli DesignerGlyph oggetti nell'oggetto ActivityDesigner .

Metodi

Nome Descrizione
GetGlyphs(ActivityDesigner)
Obsoleti.

Restituisce una matrice di glifi associati all'ActivityDesigner specificato.

Si applica a