Share via


DBPropPageUserControlBase Class

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Properties
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DBPropPageUserControlBase _
    Inherits PropPageUserControlBase
'Usage
Dim instance As DBPropPageUserControlBase
[CLSCompliantAttribute(false)]
public class DBPropPageUserControlBase : PropPageUserControlBase
[CLSCompliantAttribute(false)]
public ref class DBPropPageUserControlBase : public PropPageUserControlBase
public class DBPropPageUserControlBase extends PropPageUserControlBase
[<CLSCompliantAttribute(false)>]
type DBPropPageUserControlBase =  
    class
        inherit PropPageUserControlBase
    end

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              PropPageUserControlBase
                Microsoft.VisualStudio.Data.Schema.Project.Project.Properties.DBPropPageUserControlBase

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.

See Also

Reference

DBPropPageUserControlBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace