共用方式為


ClipboardCommandSet.ProcessOnStatusPasteCommand 方法

呼叫以決定是否應在功能表上啟用並顯示 [貼上] 命令。 如果您覆寫這個方法,請設定 cmd.Enabled 和 cmd.Visible。

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

語法

'宣告
Protected Overridable Sub ProcessOnStatusPasteCommand ( _
    cmd As MenuCommand _
)
protected virtual void ProcessOnStatusPasteCommand(
    MenuCommand cmd
)

參數

備註

使用者以滑鼠右鍵按一下圖表時呼叫。 預設行為是可見的,在目前選取範圍是在區間圖案中的項目。 若要指定命令是否顯示及啟用功能表,請覆寫這個方法並將可見並讓命令參數的屬性。 您通常會想要使用 this.CurrentSelection 協助您判斷命令是否應出現。

.NET Framework 安全性

請參閱

參考

ClipboardCommandSet 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間