InstalledProductRegistrationAttribute Constructor (String^, String^, String^)
Visual Studio 2015
Initializes a new instance of InstalledProductRegistrationAttribute with the specified product information.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
InstalledProductRegistrationAttribute(
String^ productName,
String^ productDetails,
String^ productId
)
Parameters
- productName
-
Type:
System::String^
The product name.
- productDetails
-
Type:
System::String^
The product details.
- productId
-
Type:
System::String^
The product ID.
Show: