共用方式為


CommandContextBoundMenuCommand 類別

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

此 API 不符合 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.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 內容為使用中時,命令才能看得見。

您應該使用中的項目] 指令VISIBILITY_SECTION的 Commands.vstc 檔案。 在定義域專屬語言設計工具中,您可以找到 [DslPackage] 節點下的 Commands.vstc 檔案。

執行緒安全

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

請參閱

參考

Microsoft.VisualStudio.Modeling.Shell 命名空間