Partilhar via


IDesignerGlyphProviderService.GlyphProviders Propriedade

Definição

Obtém uma coleção somente leitura genérica de provedores de glifo do designer.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::IDesignerGlyphProvider ^> ^ GlyphProviders { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::IDesignerGlyphProvider ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.IDesignerGlyphProvider> GlyphProviders { get; }
member this.GlyphProviders : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.IDesignerGlyphProvider>
Public ReadOnly Property GlyphProviders As ReadOnlyCollection(Of IDesignerGlyphProvider)

Valor da propriedade

ReadOnlyCollection<IDesignerGlyphProvider>

Uma IDesignerGlyphProvider coleção somente leitura.

Comentários

GlyphProviders retorna uma coleção IDesignerGlyphProvider associada a uma específica ActivityDesigner.

Aplica-se a