PropertyPageDefinition.PropertyPageOrder Property

Gets the order of the property pages among all the providers.

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

Syntax

'Declaration
Public ReadOnly Property PropertyPageOrder As Integer
    Get
'Usage
Dim instance As PropertyPageDefinition
Dim value As Integer

value = instance.PropertyPageOrder
public int PropertyPageOrder { get; }
public:
virtual property int PropertyPageOrder {
    int get () sealed;
}
final function get PropertyPageOrder () : int
abstract PropertyPageOrder : int
override PropertyPageOrder : int

Property Value

Type: System.Int32

Implements

IPropertyPageDefinition.PropertyPageOrder

.NET Framework Security

See Also

Reference

PropertyPageDefinition Class

PropertyPageDefinition Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace