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
- 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
PropertyPageDefinition Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace