IDatabaseProjectPropertyPageDefinition Interface

The definition of a property page for a database project.

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

Syntax

'Declaration
Public Interface IDatabaseProjectPropertyPageDefinition
public interface IDatabaseProjectPropertyPageDefinition
public interface class IDatabaseProjectPropertyPageDefinition
type IDatabaseProjectPropertyPageDefinition =  interface end
public interface IDatabaseProjectPropertyPageDefinition

The IDatabaseProjectPropertyPageDefinition type exposes the following members.

Properties

  Name Description
Public property IsConfigDependent Gets or sets a value that indicates whether these properties are dependent on the build configuration.
Public property PropertyPageGuid Returns the GUID of the class identifier (CLSID) that is used to construct the property page.
Public property PropertyPageOrder Gets a value that is used to order the property pages among all providers, with 1-n, 1 at the top of the property page list.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace