腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(981)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
IsolatedStorageFile
异常
我尝试用以下代码创建
IsolatedStorageFile
:
IsolatedStorageFile
isf =
IsolatedStorageFile
.GetUserStoreForApplication
浏览 1
提问于2011-03-12
得票数 4
1
回答
IsolatedStorageFile
给出异常
public static void writeToFile(String videoUrl)
IsolatedStorageFile
store =
IsolatedStorageFile
.GetUserStoreForApplicationstream);} { {
IsolatedStorageFile
store =
IsolatedStor
浏览 0
修改于2012-06-19
得票数 0
2
回答
难以使用
IsolatedStorageFile
我在使用
IsolatedStorageFile
时遇到了困难。以下方法应该将一些数据写入文件: { using (IsolatedStorageFileStream= null)
浏览 5
修改于2010-11-05
得票数 1
1
回答
Silverlight 4.0
IsolatedStorageFile
如何通过在浏览器中设置新页面来查看我的
IsolatedStorageFile
中的所有内容? 谢谢
浏览 0
提问于2010-03-12
得票数 0
回答已采纳
2
回答
StreamWriter和
IsolatedStorageFile
IsolatedStorageFile
iF =
IsolatedStorageFile
.GetUserStoreForApplication(); if (!
浏览 0
提问于2012-04-02
得票数 0
回答已采纳
1
回答
IsolatedStorageFile
不写入文件
这就是我要做的: { using(IsolatedStorageFileStream stream =编辑:正在读取事件处理程序: private void Window_Initialized(object sender, EventArgs
浏览 0
修改于2012-11-19
得票数 1
回答已采纳
1
回答
在Silverlight中读取
IsolatedStorageFile
我想在隔离存储中获取一个文件,并将其转换为文件流以便读取。
浏览 2
提问于2010-01-30
得票数 0
1
回答
如何使用
IsolatedStorageFile
.GetUserStoreForApplication()
我有一个clickonce应用程序,它在生产中工作得很好,方法是:成功执行。我的问题是如何毫无例外地使用
IsolatedStorageFile
.GetUserStoreForApplication()和调试应用程序? 可能会做些检查?还是用
IsolatedStorageFile
.GetEnumerator来买便宜的商店?
浏览 5
提问于2018-10-20
得票数 2
回答已采纳
3
回答
如何检查是否存在
IsolatedStorageFile
?
this.userSettings = new UserSettings(); } 这使得Visual在调试时经常闯入调试器,因此我希望使用“if”来保护上述代码,因此只有在存在
IsolatedStorageFile
但是,尚不清楚如何使用
IsolatedStorageFile
.FileExists()来检查IsolatedStorageFileStream即将打开的文件,例如,当我“新建”
IsolatedStorageFile
浏览 1
修改于2011-01-04
得票数 3
回答已采纳
1
回答
使用
IsolatedStorageFile
还是WritableSettingsStore?
我正在制作一个visual studio 2010扩展,需要一些存储来存储一些设置,如:最近文件的列表,ui控件状态,一些用户首选项,等等。还是?
浏览 0
修改于2012-02-04
得票数 0
回答已采纳
1
回答
如何在WP8.1中使用此
IsolatedStorageFile
.GetUserStoreForApplication();=
IsolatedStorageFile
isoStore
IsolatedStorageFile
isoStore =
IsolatedStorageFile
.GetUserStoreForApplication(); 我将其修改为存储文件isoStore=StorageFile
浏览 2
修改于2015-02-17
得票数 1
回答已采纳
1
回答
WP7:删除
IsolatedStorageFile
FileMode.CreateNew, isfs.Close(); isf =
IsolatedStorageFile
.GetUserStoreForApplication
浏览 0
修改于2015-08-30
得票数 0
回答已采纳
2
回答
追加到
IsolatedStorageFile
时出错
IsolatedStorageFile
myStore =
IsolatedStorageFile
.GetUserStoreForApplication(); // Create a new folder
浏览 2
修改于2012-01-11
得票数 0
1
回答
获取
IsolatedStorageFile
的MusicProperties/元数据
如何获得
IsolatedStorageFile
的音乐属性?我知道StorageFile.GetFileFromPathAsync,但我也想不出如何从
IsolatedStorageFile
那里得到StorageFile
浏览 0
提问于2013-08-16
得票数 0
回答已采纳
1
回答
IsolatedStorageFile
.DeleteFile不起作用
我试着做这样的事: using (
IsolatedStorageFile
store =
IsolatedStorageFile
.GetUserStoreForApplication())
浏览 1
提问于2014-06-18
得票数 0
2
回答
写入
IsolatedStorageFile
时出现的问题
我正在尝试使用
IsolatedStorageFile
将数据写入到文件中。该文件名为"Notes“。笔记文件根本没有打开! { { {
浏览 1
修改于2011-12-08
得票数 0
3
回答
IsolatedStorageFile
.GetUserStoreForApplication().AvailableFreeSpace错了吗?
此外,在引发IOException之后,
IsolatedStorageFile
.GetUserStoreForApplication().AvailableFreeSpace返回接近零,因此很明显是存储已满的情况
浏览 0
提问于2011-10-28
得票数 4
2
回答
使用
IsolatedStorageFile
和BitmapImage的奇怪的BitmapImage
我使用以下代码从
IsolatedStorageFile
读取一些缓存的图像: using (
IsolatedStorageFile
storageFile =
IsolatedStorageFile
.GetUserStoreForApplication
浏览 3
修改于2013-06-24
得票数 0
1
回答
用于.NET 3.5的
IsolatedStorageFile
.GetLastWriteTime
我正在尝试是否可以将.NET 4项目(特别是)移植到3.5。Cassette使用独立存储来存储资产文件,在.NET 4中,相关的类已经被彻底修改,变得更加有用。然而,在.NET 3.5中,缺少了很多东西。
浏览 0
提问于2012-02-08
得票数 0
回答已采纳
2
回答
如何在
IsolatedStorageFile
中保存和读取byte[]
我知道如何将字符串保存到
IsolatedStorageFile
中,但是byte[]呢?对于字符串,我这样做:using (var iso =
IsolatedStorageFile
.GetUserStoreForApplication(
浏览 0
修改于2012-01-11
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券