Expression 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類型支援 Windows Presentation Foundation (WPF) 基礎結構,但並不適合直接透過您的程式碼使用。
public ref class Expression
[System.ComponentModel.TypeConverter(typeof(System.Windows.ExpressionConverter))]
public class Expression
[<System.ComponentModel.TypeConverter(typeof(System.Windows.ExpressionConverter))>]
type Expression = class
Public Class Expression
- 繼承
-
Expression
- 衍生
- 屬性
備註
這個類別沒有任何成員是公用的。 類別支援運算式模式來設定相依性屬性值,例如 DynamicResourceExtension 和 Binding 。
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |