InstalledProductRegistrationAttribute(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new InstalledProductRegistrationAttribute to register your package with Help/About dialog. This is the simplest registration information necessary for 3rd party packages. Providing product details is not a requirement, but is recommended.
public:
InstalledProductRegistrationAttribute(System::String ^ productName, System::String ^ productDetails, System::String ^ productId);
public:
InstalledProductRegistrationAttribute(Platform::String ^ productName, Platform::String ^ productDetails, Platform::String ^ productId);
InstalledProductRegistrationAttribute(std::wstring const & productName, std::wstring const & productDetails, std::wstring const & productId);
public InstalledProductRegistrationAttribute (string productName, string productDetails, string productId);
new Microsoft.VisualStudio.Shell.InstalledProductRegistrationAttribute : string * string * string -> Microsoft.VisualStudio.Shell.InstalledProductRegistrationAttribute
Public Sub New (productName As String, productDetails As String, productId As String)
Parameters
- productName
- String
The product name.
- productDetails
- String
The product details.
- productId
- String
The product ID.