InstalledProductRegistrationAttribute 构造函数 (Boolean, String, String, String)

注意:此 API 现在已过时。

初始化指定的产品的新 InstalledProductRegistrationAttribute 实例。

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

语法

声明
<BrowsableAttribute(False)> _
<ObsoleteAttribute("This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")> _
Public Sub New ( _
    useInterface As Boolean, _
    productName As String, _
    productDetails As String, _
    productId As String _
)
[BrowsableAttribute(false)]
[ObsoleteAttribute("This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")]
public InstalledProductRegistrationAttribute(
    bool useInterface,
    string productName,
    string productDetails,
    string productId
)

参数

备注

此构造函数验证指定的信息及其相应的资源 ID。

.NET Framework 安全性

请参见

参考

InstalledProductRegistrationAttribute 类

InstalledProductRegistrationAttribute 重载

Microsoft.VisualStudio.Shell 命名空间