共用方式為


UndoManager.Exec 方法

IOleCommandTarget 介面的實作。 傳遞包裝 IOleUndoManager 的呼叫。

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

語法

'宣告
Public Function Exec ( _
    ByRef cmdGroup As Guid, _
    cmdId As UInteger, _
    cmdExecOptions As UInteger, _
    inValue As IntPtr, _
    outValue As IntPtr _
) As Integer
public int Exec(
    ref Guid cmdGroup,
    uint cmdId,
    uint cmdExecOptions,
    IntPtr inValue,
    IntPtr outValue
)

參數

  • cmdGroup
    型別:System.Guid%
    命令群組的唯一識別項,可以是 NULL 以指定標準群組。
  • cmdId
    型別:System.UInt32
    如果要執行的命令。這個命令必須隸屬於 cmdGroup 中所指定的群組。
  • cmdExecOptions
    型別:System.UInt32
    指定的物件應該如何執行命令。可能的值是取自的 OLECMDEXECOPT 和 OLECMDID_WINDOWSTATE_FLAG 列舉型別。
  • inValue
    型別:System.IntPtr
    包含輸入引數的 VARIANTARG 結構變數的指標。這個參數可以是 NULL。
  • outValue
    型別:System.IntPtr
    要接收命令輸出的 VARIANTARG 結構指標。這個參數可以是 NULL。

傳回值

型別:System.Int32

實作

IOleCommandTarget.Exec(Guid%, UInt32, UInt32, IntPtr, IntPtr)

.NET Framework 安全性

請參閱

參考

UndoManager 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間