ContentTypeId 类

表示内容类型的内容类型标识符 (ID)。

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.ContentTypeId

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public NotInheritable Class ContentTypeId _
    Inherits ClientValueObject
用法
Dim instance As ContentTypeId
public sealed class ContentTypeId : ClientValueObject

备注

内容类型 Id 唯一标识的内容类型,并旨在是递归。内容类型 ID 封装的内容类型的沿袭或父内容类型的内容类型继承的行。每个内容类型 ID 包含 ID 的父内容类型,后者又包含该内容类型的父 ID 和等,最终返回到System内容及其键入 id。

有关详细信息,请参阅Id属性。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

ContentTypeId 成员

Microsoft.SharePoint.Client 命名空间