IDiscoveryClientResult.GetReferenceTypeName 方法

在 Web 发现返回引用类型的文档。

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

语法

声明
Function GetReferenceTypeName ( _
    <OutAttribute> ByRef pbstrReferenceTypeName As String _
) As Integer
int GetReferenceTypeName(
    out string pbstrReferenceTypeName
)

参数

  • pbstrReferenceTypeName
    类型:System.String%
    [out] 包含类型的字符串文档中引用使得。

返回值

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

备注

COM 签名

从 designer.idl:

HRESULT IDiscoveryClientResult::GetReferenceTypeName(
   [out, retval] BSTR * pbstrReferenceTypeName
);

用法

文档由 Web 返回发现过程可以包含对其他类型的文档 (如模式,服务说明,或其他发现文档。 有关更多信息,请参见 DiscoveryClientResult.ReferenceTypeName Property。

.NET Framework 安全性

请参见

参考

IDiscoveryClientResult 接口

Microsoft.VisualStudio.Shell.Interop 命名空间