IVsRegisterPriorityCommandTarget.RegisterPriorityCommandTarget Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- reserved
- Int32
- commandTarget
- IOleCommandTarget
- cookie
- UInt32