Initializes a new InstalledProductRegistrationAttribute instance for the specified product.
Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
声明
Public Sub New ( _
    useInterface As Boolean, _
    productName As String, _
    productDetails As String, _
    productId As String _
)
用法
Dim useInterface As Boolean
Dim productName As String
Dim productDetails As String
Dim productId As String
Dim instance As New InstalledProductRegistrationAttribute(useInterface, _
    productName, productDetails, productId)
public InstalledProductRegistrationAttribute(
    bool useInterface,
    string productName,
    string productDetails,
    string productId
)
public:
InstalledProductRegistrationAttribute(
    bool useInterface, 
    String^ productName, 
    String^ productDetails, 
    String^ productId
)
new : 
        useInterface:bool * 
        productName:string * 
        productDetails:string * 
        productId:string -> InstalledProductRegistrationAttribute
public function InstalledProductRegistrationAttribute(
    useInterface : boolean, 
    productName : String, 
    productDetails : String, 
    productId : String
)
Parameters
- useInterface
 Type: System.Boolean
 true if the package implements the IVsInstalledProduct interface to collect and display the information, otherwise false.
- productName
 Type: System.String
 The name of the product.
- productDetails
 Type: System.String
 The detailed description of the product.
- productId
 Type: System.String
 The product ID.
Remarks
This constructor validates the specified information and its corresponding resource IDs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InstalledProductRegistrationAttribute Class
InstalledProductRegistrationAttribute Members