PropertyPageOrder Property
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.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyPageOrder As Integer
Get
'Usage
Dim instance As DatabasePropertyPageDefinition
Dim value As Integer
value = instance.PropertyPageOrder
public int PropertyPageOrder { get; }
public:
virtual property int PropertyPageOrder {
int get () sealed;
}
abstract PropertyPageOrder : int
override PropertyPageOrder : int
final function get PropertyPageOrder () : int
Property Value
Type: System..::..Int32