ListFormWebPart.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 ListFormWebPart
Dim value As SPContext

value = instance.ItemContext

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

属性值

类型:Microsoft.SharePoint.SPContext
表示项目的SPContext对象。

另请参阅

引用

ListFormWebPart 类

ListFormWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间