IControlPropertiesCollection
IControlPropertiesCollection interface
ActiveX 控件的集合。
public interface IControlPropertiesCollection : IEnumerable<KeyValuePair<string, string>>
特性
姓名 | 描述 |
---|---|
AsIEnumerable { get; } | 返回 IEnumerable 接口。 只读IEnumerable。 |
Count { get; } | 返回集合中的许多属性。 只读Int32。 |
Item { get; set; } | 返回或设置属性。 |
NamesOfProperties { get; } | 返回集合中的许多属性。 只读ICollection。 |
方法
姓名 | 描述 |
---|---|
Add(string, string) | 将属性添加到集合中。 |
Clear() | 删除所有属性。 |
Remove(string) | 删除具有指定名称的属性。 |
也可以看看
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides