IVsInstalledProduct.ProductID 方法

获取指向包含在 帮助 菜单的 有关 对话框中显示产品的 ID 的字符串。 未调用用于初始屏幕。

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

语法

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

参数

  • pbstrPID
    类型:System.String%
    [out] 设置为标识产品号的字符串的指针。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsInstalledProduct::ProductID(
   [out, retval] BSTR *pbstrPID
);

IVsInstalledProduct.ProductID 获取在 有关 对话框的 安装的产品 部分显示的数字。 通常,此方法用于表示产品标识符,客户时可使用与之通信的客户端的产品支持服务。

示例

您可以将 project 中的资源文件和字符串的方法使用的硬编码路径。

.NET Framework 安全性

请参见

参考

IVsInstalledProduct 接口

Microsoft.VisualStudio.Shell.Interop 命名空间