DatabasePropertyPageDefinition Class

Provides property page definitions to the extensibility point.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabasePropertyPageDefinition

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

Syntax

'Declaration
Public Class DatabasePropertyPageDefinition _
    Implements IDatabaseProjectPropertyPageDefinition
public class DatabasePropertyPageDefinition : IDatabaseProjectPropertyPageDefinition
public ref class DatabasePropertyPageDefinition : IDatabaseProjectPropertyPageDefinition
type DatabasePropertyPageDefinition =  
    class
        interface IDatabaseProjectPropertyPageDefinition
    end
public class DatabasePropertyPageDefinition implements IDatabaseProjectPropertyPageDefinition

The DatabasePropertyPageDefinition type exposes the following members.

Constructors

  Name Description
Public method DatabasePropertyPageDefinition Initializes a new instance of the DatabasePropertyPageDefinition class.

Top

Properties

  Name Description
Public property IsConfigDependent Gets a value that indicates whether these properties are dependent on the project configuration.
Public property PropertyPageGuid Gets the GUID of the class identifier (CLSID) that is used to construct the property. page.
Public property PropertyPageOrder Used to order the property pages among all providers. The order is 1 to N, with 1 at the top of the property page list. Note that the core project system always adds the "Build Events" property page that has a build order of 50.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (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.Schema.Package.Project Namespace