SPContentTypeId.Empty 属性
获取一个空的内容类型标识符 (ID)。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared ReadOnly Property Empty As SPContentTypeId
Get
用法
Dim value As SPContentTypeId
value = SPContentTypeId.Empty
public static SPContentTypeId Empty { get; }
属性值
类型:Microsoft.SharePoint.SPContentTypeId
在功能上的相当于String.Empty值。它不是,但是,为空字符串。
备注
可以使用此静态属性分配中,初始化SPContentTypeId变量。在下面的代码演示了此技术。
Dim id As SPContentTypeId = SPContentTypeId.Empty
SPContentTypeId id = SPContentTypeId.Empty;
备注
SPContentTypeId不为 null 的类型。因此,不能作为空引用(无 在 Visual Basic 中)初始化实例。