SPWebPartTransformerCollection 成员
代表 WebPartTransformer 对象的集合。
SPWebPartTransformerCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
SPWebPartTransformerCollection | 初始化SPWebPartTransformerCollection类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Capacity | (从 CollectionBase 继承。) |
![]() |
Count | (从 CollectionBase 继承。) |
![]() |
InnerList | (从 CollectionBase 继承。) |
![]() |
IsReadOnly | 获取只读属性。 |
![]() |
Item | 获取或设置Item属性。 |
![]() |
List | (从 CollectionBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 向集合中添加 Web 部件转换器。 |
![]() |
Clear | (从 CollectionBase 继承。) |
![]() |
Contains | |
![]() |
CopyTo | 将集合复制到的 WebPartTransformer 对象的数组。 |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | (从 CollectionBase 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
IndexOf | 获取特定的索引处集合中的 Web 部件转换器。 |
![]() |
Insert | 集合中的指定索引处插入 Web 部件转换器。 |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
OnClear | (覆盖 CollectionBase.OnClear()。) |
![]() |
OnClearComplete | (从 CollectionBase 继承。) |
![]() |
OnInsert | (覆盖 CollectionBase.OnInsert(Int32, Object)。) |
![]() |
OnInsertComplete | (从 CollectionBase 继承。) |
![]() |
OnRemove | (覆盖 CollectionBase.OnRemove(Int32, Object)。) |
![]() |
OnRemoveComplete | (从 CollectionBase 继承。) |
![]() |
OnSet | (覆盖 CollectionBase.OnSet(Int32, Object, Object)。) |
![]() |
OnSetComplete | (从 CollectionBase 继承。) |
![]() |
OnValidate | (覆盖 CollectionBase.OnValidate(Object)。) |
![]() |
Remove | 移除特定的转换器的第一个匹配项。 |
![]() |
RemoveAt | (从 CollectionBase 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
显式 接口 实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
IList.Add | (从 CollectionBase 继承。) |
![]() ![]() |
IList.Contains | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection.CopyTo | (从 CollectionBase 继承。) |
![]() ![]() |
IList.IndexOf | (从 CollectionBase 继承。) |
![]() ![]() |
IList.Insert | (从 CollectionBase 继承。) |
![]() ![]() |
IList.IsFixedSize | (从 CollectionBase 继承。) |
![]() ![]() |
IList.IsReadOnly | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection.IsSynchronized | (从 CollectionBase 继承。) |
![]() ![]() |
IList.Item | (从 CollectionBase 继承。) |
![]() ![]() |
IList.Remove | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection.SyncRoot | (从 CollectionBase 继承。) |
页首