ControlBuilder.TemplatePropertyEntries 属性

定义

获取模板属性项的集合。

public:
 property System::Collections::ICollection ^ TemplatePropertyEntries { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection TemplatePropertyEntries { get; }
member this.TemplatePropertyEntries : System.Collections.ICollection
Public ReadOnly Property TemplatePropertyEntries As ICollection

属性值

模板属性项的集合。

注解

如果没有条目,则返回静态空集合。

适用于