IDiscoveryClientResult.GetFileName 方法

返回一个显示的文件名文档。

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

语法

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

参数

  • pbstrFilename
    类型:System.String%
    [out] 到包含文档的文件名的字符串的指针。

返回值

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

备注

COM 签名

从 designer.idl:

HRESULT IDiscoveryClientResult::GetFileName(
   [out, retval] BSTR * pbstrFilename
);

.NET Framework 安全性

请参见

参考

IDiscoveryClientResult 接口

Microsoft.VisualStudio.Shell.Interop 命名空间