IDesignerGlyphProviderService.GlyphProviders 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取设计器标志符号提供程序的泛型只读集合。
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)
属性值
一个 IDesignerGlyphProvider 只读集合。
注解
GlyphProviders 返回与特定 IDesignerGlyphProvider 关联的 ActivityDesigner 集合。