InstalledProductRegistrationAttribute Constructor (String^, String^, String^)

 

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

Namespace:   Microsoft.VisualStudio.Shell
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.

Return to top
Show: