Share via


IDatabaseProjectPropertyPageDefinition.PropertyPageOrder Property

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.

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

Syntax

'Declaration
ReadOnly Property PropertyPageOrder As Integer
int PropertyPageOrder { get; }
property int PropertyPageOrder {
    int get ();
}
abstract PropertyPageOrder : int
function get PropertyPageOrder () : int

Property Value

Type: System.Int32

Remarks

The core project system always adds the "Build Events" property page by using a build order of 50.

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertyPageDefinition Interface

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