IVsRegisterPriorityCommandTarget.RegisterPriorityCommandTarget Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- reserved
- Int32
- commandTarget
- IOleCommandTarget
- cookie
- UInt32