PropertyOrderAttribute 建構函式
初始化 PropertyOrderAttribute 類別的新執行個體。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Sub New ( _
order As PropertyOrder _
)
public PropertyOrderAttribute(
PropertyOrder order
)
public:
PropertyOrderAttribute(
PropertyOrder^ order
)
new :
order:PropertyOrder -> PropertyOrderAttribute
public function PropertyOrderAttribute(
order : PropertyOrder
)
參數
- order
型別:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
要指定屬性的 PropertyOrder。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | order 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
備註
PropertyOrder 類別提供的標準優先順序為 Early、Late 及 Default。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間