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

參數

傳回值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
新的 PropertyOrder 物件。

例外狀況

例外狀況 條件
ArgumentNullException

reference 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

PropertyOrder 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性