RegisterLoadKeyAttribute(String, String, String, String, Int16) 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 RegisterLoadKeyAttribute. This attribute has been deprecated.
public:
RegisterLoadKeyAttribute(System::String ^ minimumEdition, System::String ^ productVersion, System::String ^ productName, System::String ^ companyName, short resourceId);
public:
RegisterLoadKeyAttribute(Platform::String ^ minimumEdition, Platform::String ^ productVersion, Platform::String ^ productName, Platform::String ^ companyName, short resourceId);
RegisterLoadKeyAttribute(std::wstring const & minimumEdition, std::wstring const & productVersion, std::wstring const & productName, std::wstring const & companyName, short resourceId);
public RegisterLoadKeyAttribute (string minimumEdition, string productVersion, string productName, string companyName, short resourceId);
new Microsoft.VisualStudio.Shell.RegisterLoadKeyAttribute : string * string * string * string * int16 -> Microsoft.VisualStudio.Shell.RegisterLoadKeyAttribute
Public Sub New (minimumEdition As String, productVersion As String, productName As String, companyName As String, resourceId As Short)
Parameters
- minimumEdition
- String
The minimum edition of .NET needed to load the VSPackage.
- productVersion
- String
The version number of the VSPackage.
- productName
- String
The name of the VSPackage.
- companyName
- String
The name of your company.
- resourceId
- Int16
The resource ID for the VSPackage load key.
Exceptions
minimumEdition, productVersion, productName
or companyName
are null
.