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