RegisterLoadKeyAttribute Constructor
Creates a new RegisterLoadKeyAttribute. This attribute has been deprecated.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Sub New ( _
minimumEdition As String, _
productVersion As String, _
productName As String, _
companyName As String, _
resourceId As Short _
)
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | minimumEdition, productVersion, productName or companyName are nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.