RegisterLoadKeyAttribute Constructor (String^, String^, String^, String^, Int16)
Visual Studio 2015
Creates a new RegisterLoadKeyAttribute. This attribute has been deprecated.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: RegisterLoadKeyAttribute( String^ minimumEdition, String^ productVersion, String^ productName, String^ companyName, short resourceId )
Parameters
- minimumEdition
-
Type:
System::String^
The minimum edition of .NET needed to load the VSPackage.
- productVersion
-
Type:
System::String^
The version number of the VSPackage.
- productName
-
Type:
System::String^
The name of the VSPackage.
- companyName
-
Type:
System::String^
The name of your company.
- resourceId
-
Type:
System::Int16
The resource ID for the VSPackage load key.
| Exception | Condition |
|---|---|
| ArgumentNullException | minimumEdition, productVersion, productName or companyName are null. |
Show: