SPContentTypeId 构造函数

初始化使用指定的十六进制字符串的SPContentTypeId类型的新实例。

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

语法

声明
Public Sub New ( _
    id As String _
)
用法
Dim id As String

Dim instance As New SPContentTypeId(id)
public SPContentTypeId(
    string id
)

参数

异常

异常 条件
ArgumentException

id是 null 或不正确的格式。

备注

使用此构造函数来重建先前已使用ToString()方法序列化您的内容 ID。

另请参阅

引用

SPContentTypeId 结构

SPContentTypeId 成员

Microsoft.SharePoint 命名空间

其他资源

Content Type IDs