SPContentTypeCollection 成员

表示网站或列表内容类型的集合。

SPContentTypeCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取集合中的内容类型的总数。 (覆盖 SPBaseCollection.Count。)
公共属性 Item[Int32] 获取指定索引处的集合中的内容类型。
公共属性 Item[String] 获取具有指定的名称的内容类型。
公共属性 Item[SPContentTypeId] 获取具有指定的内容类型的标识符 (ID) 的内容类型。

页首

方法

  名称 说明
公共方法 Add 向集合中添加内容类型。
公共方法 BestMatch 在集合中搜索,并返回与指定的内容类型 ID 最接近匹配的内容类型标识符 (ID)
公共方法 Delete 从集合中删除指定的内容类型。
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator 获取要循环访问集合的枚举。 (从 SPBaseCollection 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 GetTypedEnumerator<T> 返回以循环访问集合的类型安全枚举。 (从 SPBaseCollection 继承。)
受保护的方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式 接口 实现

  名称 说明
显式接口实现私有方法 ICollection.CopyTo 将集合中的元素复制到的指定索引处开始的数组。 (从 SPBaseCollection 继承。)
显式接口实现私有属性 ICollection.IsSynchronized 获取一个布尔值,指示集合访问是同步还是线程安全。 (从 SPBaseCollection 继承。)
显式接口实现私有属性 ICollection.SyncRoot 获取用于同步到集合的对象。 (从 SPBaseCollection 继承。)

页首

另请参阅

引用

SPContentTypeCollection 类

Microsoft.SharePoint 命名空间