SPPageStateControl.GetCurrent 方法
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetCurrent ( _
page As Page _
) As SPPageStateControl
用法
Dim page As Page
Dim returnValue As SPPageStateControl
returnValue = SPPageStateControl.GetCurrent(page)
public static SPPageStateControl GetCurrent(
Page page
)
参数
- page
类型:System.Web.UI.Page
返回值
类型:Microsoft.SharePoint.WebControls.SPPageStateControl
返回SPPageStateControl。