Silverlight(16) - 2.0数据之独立存储(Isolated Storage)
2008-12-08 11:51:57 来源:WEB开发网本文源代码下载地址:
http://flashview.ddvip.com/2008_12/Silverlight.rar
介绍
Silverlight 2.0 数据的独立存储(Isolated Storage):
IsolatedStorageFile - 操作 独立存储 的类
IsolatedStorageFile.GetUserStoreForSite() - 按站点获取用户的独立存储
IsolatedStorageFile.GetUserStoreForApplication() - 按应用程序获取用户的独立存储
IsolatedStorageSettings - 在独立存储中保存的 key-value 字典表
IsolatedStorageSettings.SiteSettings - 按站点保存的 key-value 字典表
IsolatedStorageSettings.ApplicationSettings - 按应用程序保存的 key-value 字典表
在线DEMO
http://www.cnblogs.com/webabcd/archive/2008/10/09/1307486.html
示例
IsolatedStorage.xaml
<UserControl x:Class="Silverlight20.Data.IsolatedStorage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel HorizontalAlignment="Left">
<TextBox x:Name="txtMsg" Margin="5" />
<TextBox x:Name="txtMsg2" Margin="5" />
<Button x:Name="increase" Content="增加配额" Click="increase_Click" Margin="5" />
</StackPanel>
</UserControl>
Tags:Silverlight 数据 独立
编辑录入:爽爽 [复制链接] [打 印]更多精彩
赞助商链接