SPUserCodePropertyCollection 成员
代表SPUserCodeProperty对象的集合。
SPUserCodePropertyCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Capacity | (从 CollectionBase 继承。) |
![]() |
Count | (从 CollectionBase 继承。) |
![]() |
InnerList | (从 CollectionBase 继承。) |
![]() |
IsReadonly | 获取一个指示集合是只读的标志。 |
![]() |
Item[Int32] | 获取或设置集合中指定索引处的 property 对象。 |
![]() |
Item[String] | 获取或设置指定集合中的属性名称的属性对象。 |
![]() |
List | (从 CollectionBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 将SPUserCodeProperty添加到集合。 |
![]() |
Clear | (从 CollectionBase 继承。) |
![]() |
Contains | 指示特定SPUserCodeProperty是否集合中。 |
![]() |
CopyTo | 副本的整组数组,目标数组的指定索引处开始到集合中的属性。 |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | (从 CollectionBase 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
IndexOf | 指定SPUserCodeProperty搜索并返回整个集合中的第一个匹配项的从零开始的索引。 |
![]() |
Insert | 将指定的SPUserCodeProperty插入到集合中指定索引处。 |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
OnClear | 清除集合时调用。 (覆盖 CollectionBase.OnClear()。) |
![]() |
OnClearComplete | (从 CollectionBase 继承。) |
![]() |
OnInsert | SPUserCodeProperty 添加到集合时调用。 (覆盖 CollectionBase.OnInsert(Int32, Object)。) |
![]() |
OnInsertComplete | (从 CollectionBase 继承。) |
![]() |
OnRemove | (从 CollectionBase 继承。) |
![]() |
OnRemoveComplete | (从 CollectionBase 继承。) |
![]() |
OnSet | 更改SPUserCodeProperty集合中时调用。 (覆盖 CollectionBase.OnSet(Int32, Object, Object)。) |
![]() |
OnSetComplete | (从 CollectionBase 继承。) |
![]() |
OnValidate | (从 CollectionBase 继承。) |
![]() |
Remove | 从集合中删除SPUserCodeProperty 。 |
![]() |
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 继承。) |
页首