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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。