ISafeControlEntryCollection 接口
表示安全控制项的集合。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISafeControlEntryCollection _
Inherits ISharePointCollection(Of ISafeControlEntry), INotifyCollectionChanged, INotifyPropertyChanged, _
IEnumerable(Of ISafeControlEntry), IEnumerable
public interface ISafeControlEntryCollection : ISharePointCollection<ISafeControlEntry>,
INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISafeControlEntry>, IEnumerable
ISafeControlEntryCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取集合中项的数目。 (继承自 ISharePointCollection<T>。) | |
ProjectItem | 获取对父项目项的引用。 |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 将安全控制项添加到集合中。 | |
Clear | 从集合中移除所有安全控制项。 | |
Contains | 获取提供的项是否为此集合的成员。 (继承自 ISharePointCollection<T>。) | |
CopyTo | 将此集合中的项复制到数组中。 (继承自 ISharePointCollection<T>。) | |
GetEnumerator() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable<ISafeControlEntry>。) | |
GetEnumerator() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。) | |
Remove | 从 ISafeControlEntryCollection 集合中移除安全控制项。 |
页首
事件
名称 | 说明 | |
---|---|---|
CollectionChanged | 当集合更改时发生。 (继承自 INotifyCollectionChanged。) | |
PropertyChanged | 在更改属性值时发生。 (继承自 INotifyPropertyChanged。) |
页首