DatabasePropertyPageDefinition.PropertyPageOrder 屬性
用於將所有提供者的屬性頁排序。 順序為 1 到 N,1 表示位於屬性頁清單的頂端。 請注意,核心專案系統永遠會加入建置順序為 50 的 [建置事件] 屬性頁。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public ReadOnly Property PropertyPageOrder As Integer
Get
public int PropertyPageOrder { get; }
public:
virtual property int PropertyPageOrder {
int get () sealed;
}
abstract PropertyPageOrder : int
override PropertyPageOrder : int
final function get PropertyPageOrder () : int
屬性值
型別:System.Int32
實作
IDatabaseProjectPropertyPageDefinition.PropertyPageOrder
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。