ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize メソッド
アセンブリ: System.Web (system.web.dll 内)

Private Function System.Web.UI.IStateFormatter.Deserialize ( _ serializedState As String _ ) As Object Implements IStateFormatter.Deserialize
Dim instance As ObjectStateFormatter Dim serializedState As String Dim returnValue As Object returnValue = CType(instance, IStateFormatter).Deserialize(serializedState)
private: virtual Object^ System.Web.UI.IStateFormatter.Deserialize ( String^ serializedState ) sealed = IStateFormatter::Deserialize
戻り値
ASP.NET サーバー コントロールの状態を表すオブジェクト。

このメンバは、明示的なインターフェイス メンバの実装です。ObjectStateFormatter インスタンスが IStateFormatter インターフェイスにキャストされた場合にのみ使用できます。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize メソッドのページへのリンク