SPList.GetDirectChildContentType 方法

返回指定的内容类型的直接子级的内容类型的内容类型标识符 (ID)。

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

语法

声明
Public Function GetDirectChildContentType ( _
    contentTypeId As SPContentTypeId _
) As SPContentTypeId
用法
Dim instance As SPList
Dim contentTypeId As SPContentTypeId
Dim returnValue As SPContentTypeId

returnValue = instance.GetDirectChildContentType(contentTypeId)
public SPContentTypeId GetDirectChildContentType(
    SPContentTypeId contentTypeId
)

参数

返回值

类型:Microsoft.SharePoint.SPContentTypeId
子内容类型的 ID。

异常

异常 条件
ArgumentException

contentTypeId不是有效的内容类型 id。

-或者-

指定的内容类型的直接子内容类型不存在。

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间