DatabasePropertyPageDefinition.PropertyPageOrder Property
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.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyPageOrder As Integer
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
Implements
IDatabaseProjectPropertyPageDefinition.PropertyPageOrder
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabasePropertyPageDefinition Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace