SPPageStateControl.currentState 域
Hashtable对象填充PopulateStates()方法用来指示页上的当前状态的项目中。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected currentState As Hashtable
用法
Dim value As Hashtable
value = Me.currentState
Me.currentState = value
protected Hashtable currentState
备注
此Hashtable被传输到客户端启用客户端功能区按钮处理程序,以确定其相应的状态。