共用方式為


MenuBase.Context 屬性

取得目前的編輯內容。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property Context As EditingContext
    Get
    Friend Set
public EditingContext Context { get; internal set; }
public:
property EditingContext^ Context {
    EditingContext^ get ();
    internal: void set (EditingContext^ value);
}
member Context : EditingContext with get, internal set
function get Context () : EditingContext
internal function set Context (value : EditingContext)

屬性值

型別:Microsoft.Windows.Design.EditingContext
目前內容的 EditingContext 或 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

MenuBase 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

WPF 設計工具擴充性