PropertyOrder.CreateBefore 方法
建立在指定之語彙基元前面加入的 PropertyOrder 物件。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Shared Function CreateBefore ( _
reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateBefore(
PropertyOrder reference
)
public:
static PropertyOrder^ CreateBefore(
PropertyOrder^ reference
)
static member CreateBefore :
reference:PropertyOrder -> PropertyOrder
public static function CreateBefore(
reference : PropertyOrder
) : PropertyOrder
參數
- reference
型別:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
參考語彙基元。
傳回值
型別:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
新的 PropertyOrder 物件。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | reference 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間