DatabasePropertyPageDefinition Class
Used to provide property page definitions to the extensibility point
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabasePropertyPageDefinition
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Class DatabasePropertyPageDefinition
'Usage
Dim instance As DatabasePropertyPageDefinition
public class DatabasePropertyPageDefinition
public ref class DatabasePropertyPageDefinition
type DatabasePropertyPageDefinition = class end
public class DatabasePropertyPageDefinition
The DatabasePropertyPageDefinition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DatabasePropertyPageDefinition | Constructs a new definition object |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
IsConfigDependent | Are these properties dependent on configuration? |
![]() |
PropertyPageGuid | Return the guid of the clsid used to construct the property page |
![]() |
PropertyPageOrder | Used to order the property pages amonst all the providers. 1-n, 1 being at the top of the property page list. Note that the core project system always adds the 'Build Events' property page with a build order of 50. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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.
.gif)
.gif)
.gif)