Partilhar via


SPPageStateControl.GetCurrent Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetCurrent ( _
    page As Page _
) As SPPageStateControl
'Usage
Dim page As Page
Dim returnValue As SPPageStateControl

returnValue = SPPageStateControl.GetCurrent(page)
public static SPPageStateControl GetCurrent(
    Page page
)

Parameters

Return Value

Type: Microsoft.SharePoint.WebControls.SPPageStateControl
Returns SPPageStateControl.

See Also

Reference

SPPageStateControl Class

SPPageStateControl Members

Microsoft.SharePoint.WebControls Namespace