共用方式為


CommandContextBoundMenuCommand 類別

表示繫結至特定 UI 內容的功能表命令。

此應用程式開發介面不符合 CLS 標準。 

繼承階層架構

System.Object
  System.ComponentModel.Design.MenuCommand
    Microsoft.VisualStudio.Shell.OleMenuCommand
      Microsoft.VisualStudio.Modeling.Shell.CommandContextBoundMenuCommand

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Class CommandContextBoundMenuCommand _
    Inherits OleMenuCommand
[CLSCompliantAttribute(false)]
public class CommandContextBoundMenuCommand : OleMenuCommand

CommandContextBoundMenuCommand 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 CommandContextBoundMenuCommand 初始化 CommandContextBoundMenuCommand 類別的新執行個體。

回頁首

屬性

  名稱 描述
公用屬性 Checked 取得或設定值,表示是否檢查這個功能表項目。 (繼承自 MenuCommand)。
公用屬性 CommandID 取得與這個功能表命令相關的 CommandID。 (繼承自 MenuCommand)。
公用屬性 Enabled 取得值,表示是否可以使用這個功能表項目。 (繼承自 MenuCommand)。
公用屬性 MatchedCommandId (繼承自 OleMenuCommand)。
公用屬性 OleStatus (繼承自 OleMenuCommand)。
公用屬性 ParametersDescription (繼承自 OleMenuCommand)。
公用屬性 Properties 取得與 MenuCommand 關聯的公用屬性。 (繼承自 MenuCommand)。
公用屬性 Supported 取得或設定值,表示是否支援這個功能表項目。 (繼承自 MenuCommand)。
公用屬性 Text (繼承自 OleMenuCommand)。
公用屬性 Visible 取得或設定值,表示功能表項目是否為可見。 (繼承自 MenuCommand)。

回頁首

方法

  名稱 描述
公用方法 DynamicItemMatch (繼承自 OleMenuCommand)。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Invoke() 叫用命令。 (繼承自 MenuCommand)。
公用方法 Invoke(Object) (繼承自 OleMenuCommand)。
公用方法 Invoke(Object, IntPtr) (繼承自 OleMenuCommand)。
公用方法 Invoke(Object, IntPtr, OLECMDEXECOPT) (繼承自 OleMenuCommand)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
受保護的方法 OnCommandChanged 引發 CommandChanged 事件。 (繼承自 MenuCommand)。
公用方法 ToString 傳回這個功能表命令的字串表示。 (繼承自 MenuCommand)。

回頁首

事件

  名稱 描述
公用事件 BeforeQueryStatus (繼承自 OleMenuCommand)。
公用事件 CommandChanged 發生於功能表命令變更時。 (繼承自 MenuCommand)。

回頁首

備註

只有在其 UI 內容作用中時,命令是可見的。

您在 Commands.vstc 檔案的 VISIBILITY_SECTION 應搭配輸入的命令。 在網域特定的語言設計工具,您可以 Commands.vstc 檔案在 DslPackage 節點下。

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling.Shell 命名空間