IDiscoveryResult2.DownloadServiceDocument 方法

更新使用指针的输出参数设置为指向包含 web services 发现会话的结果客户端查看结果集合对象

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Function DownloadServiceDocument ( _
    bstrDestinationPath As String, _
    bstrDiscomapFileName As String, _
    <OutAttribute> ByRef ppIDiscoveryClientResultCollection As IDiscoveryClientResultCollection _
) As Integer
int DownloadServiceDocument(
    string bstrDestinationPath,
    string bstrDiscomapFileName,
    out IDiscoveryClientResultCollection ppIDiscoveryClientResultCollection
)

参数

  • bstrDestinationPath
    类型:System.String
    [in] 字符串包含目标路径要存储该文件的文件夹。
  • bstrDiscomapFileName
    类型:System.String
    [in] 字符串包含目标路径。 discomap 文件。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 discoveryservice80.idl:

HRESULT IDiscoveryResult2::DownloadServiceDocument(
   [in] BSTR bstrDestinationPath,
   [in] BSTR bstrDiscomapFileName,
   [out, retval] IDiscoveryClientResultCollection **ppIDiscoveryClientResultCollection
);

.NET Framework 安全性

请参见

参考

IDiscoveryResult2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间