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
Public method VSRegistration Initializes a new instance of the VSRegistration class.

Top

Methods

  Name Description
Public methodStatic member EnumerateToolboxKeys Specifies the tool box keys in the control.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member RegisterClass Adds a class for the controls with the specified type.
Public method ToString (Inherited from Object.)
Public methodStatic member 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.