IDiscoverySession.DiscoverUrlAsync 方法
,在下载文件后,返回查看结果。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function DiscoverUrlAsync ( _
url As String, _
pDiscoverUrlCallBack As IDiscoverUrlCallBack, _
<OutAttribute> ByRef cookie As Integer _
) As Integer
int DiscoverUrlAsync(
string url,
IDiscoverUrlCallBack pDiscoverUrlCallBack,
out int cookie
)
参数
- url
类型:System.String
[in] 对于发现会话指定 URL。
- pDiscoverUrlCallBack
类型:Microsoft.VisualStudio.Shell.Interop.IDiscoverUrlCallBack
[in] 为 IDiscoverUrlCallBack 接口的指针。,这种查看完成时,此接口返回 S_OK 。
- cookie
类型:System.Int32%
[out] 指定标识查看结果的 cookie。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 discoveryservice.idl:
HRESULT IDiscoverySession::DiscoverUrlAsync(
[in] BSTR url,
[in] IDiscoverUrlCallBack *pDiscoverUrlCallBack,
[out, retval] int *cookie
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。