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
Public method DatabasePropertyPageDefinition Constructs a new definition object

Top

Properties

  Name Description
Public property IsConfigDependent Are these properties dependent on configuration?
Public property PropertyPageGuid Return the guid of the clsid used to construct the property page
Public property 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
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 method 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.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace