InstalledProductRegistrationAttribute Constructor (String, String, String)

Initializes a new instance of InstalledProductRegistrationAttribute with the specified product information.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    productName As String, _
    productDetails As String, _
    productId As String _
)
public InstalledProductRegistrationAttribute(
    string productName,
    string productDetails,
    string productId
)
public:
InstalledProductRegistrationAttribute(
    String^ productName, 
    String^ productDetails, 
    String^ productId
)
new : 
        productName:string * 
        productDetails:string * 
        productId:string -> InstalledProductRegistrationAttribute
public function InstalledProductRegistrationAttribute(
    productName : String, 
    productDetails : String, 
    productId : String
)

Parameters

.NET Framework Security

See Also

Reference

InstalledProductRegistrationAttribute Class

InstalledProductRegistrationAttribute Overload

Microsoft.VisualStudio.Shell Namespace