VSRegistration Class
Provides information for the registration control.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Controls.VSRegistration
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
<GuidAttribute("0E53EEFA-0971-4906-A57B-CD11D5118078")> _
<ComVisibleAttribute(True)> _
Public Class VSRegistration
'Usage
Dim instance As VSRegistration
[GuidAttribute("0E53EEFA-0971-4906-A57B-CD11D5118078")]
[ComVisibleAttribute(true)]
public class VSRegistration
[GuidAttribute(L"0E53EEFA-0971-4906-A57B-CD11D5118078")]
[ComVisibleAttribute(true)]
public ref class VSRegistration
[<GuidAttribute("0E53EEFA-0971-4906-A57B-CD11D5118078")>]
[<ComVisibleAttribute(true)>]
type VSRegistration = class end
public class VSRegistration
The VSRegistration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VSRegistration | Initializes a new instance of the VSRegistration class. |
Top
Methods
Name | Description | |
---|---|---|
EnumerateToolboxKeys | Specifies the tool box keys in the control. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterClass | Adds a class for the controls with the specified type. | |
ToString | (Inherited from Object.) | |
UnregisterClass | Removes a class for the controls with the specified type. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.