Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vb.net 找不到DocumentsListQuery.DocumentID或DocumentsListQuery.folderBaseUri_Vb.net_Visual Studio 2010_Google Docs Api - Fatal编程技术网

Vb.net 找不到DocumentsListQuery.DocumentID或DocumentsListQuery.folderBaseUri

Vb.net 找不到DocumentsListQuery.DocumentID或DocumentsListQuery.folderBaseUri,vb.net,visual-studio-2010,google-docs-api,Vb.net,Visual Studio 2010,Google Docs Api,我找到的每个列出文件夹使用的代码示例 DocumentsListQuery.DocumentID或DocumentsListQuery.folderBaseUri,我都不能访问它们。这些成员并不存在。我是否使用了错误的版本 我正在使用VS 2010。尝试更新到最新版本的客户端库http://code.google.com/p/google-gdata/downloads/list 并查看文档中的.NET示例https://developers.google.com/google-apps/doc

我找到的每个列出文件夹使用的代码示例 DocumentsListQuery.DocumentID或DocumentsListQuery.folderBaseUri,我都不能访问它们。这些成员并不存在。我是否使用了错误的版本


我正在使用VS 2010。

尝试更新到最新版本的客户端库http://code.google.com/p/google-gdata/downloads/list 并查看文档中的.NET示例https://developers.google.com/google-apps/documents-list/. 它们是用C编写的,但将它们改编成VB.NET应该很容易。

我认为它们可能无法从到VB使用,因为它们是非托管的,而且我在C中找到的所有示例都是真实的。但是运气不好,我仍然无法从c访问它们。