DataFormWebPart.ItemContext 属性

获取或设置用于表单呈现的项目的SPContext

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

语法

声明
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property ItemContext As SPContext
    Get
    Set
用法
Dim instance As DataFormWebPart
Dim value As SPContext

value = instance.ItemContext

instance.ItemContext = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public SPContext ItemContext { get; set; }

属性值

类型:Microsoft.SharePoint.SPContext
项目的上下文。

另请参阅

引用

DataFormWebPart 类

DataFormWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间