RegisterLoadKeyAttribute Constructor (String^, String^, String^, String^, Int16)

 

Creates a new RegisterLoadKeyAttribute. This attribute has been deprecated.

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

Return to top
Show: