指示特定视图的视图内容类型 ID。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ViewContentTypeId As String
Get
Set
用法
Dim instance As DataFormWebPart
Dim value As String
value = instance.ViewContentTypeId
instance.ViewContentTypeId = value
[BrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ViewContentTypeId { get; set; }
属性值
备注
只用于从列表视图转换的DataFormWebPart对象。