IVsRegisterPriorityCommandTarget.RegisterPriorityCommandTarget メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
void RegisterPriorityCommandTarget(int reserved, Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget ^ commandTarget, [Runtime::InteropServices::Out] System::UInt32 % cookie);
public void RegisterPriorityCommandTarget (int reserved, Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget commandTarget, out uint cookie);
abstract member RegisterPriorityCommandTarget : int * Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget * uint32 -> unit
Public Sub RegisterPriorityCommandTarget (reserved As Integer, commandTarget As IOleCommandTarget, ByRef cookie As UInteger)
パラメーター
- reserved
- Int32
- commandTarget
- IOleCommandTarget
- cookie
- UInt32