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 | |
---|---|---|
IsConfigDependent | Gets or sets a value that indicates whether these properties are dependent on the build configuration. | |
PropertyPageGuid | Returns the GUID of the class identifier (CLSID) that is used to construct the property page. | |
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