IVsProfferCommands4 Arabirim

Tanım

Uygulayıcının, ıpıcture,, veya kullanarak yeni bir komutun görüntüsünü belirlemesine izin verir Bitmap Icon . Visual Studio kabuğu tarafından uygulanır ve hizmet aracılığıyla elde edilir SVsProfferCommands .

public interface class IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
public interface class IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
__interface IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
[System.Runtime.InteropServices.Guid("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfferCommands4 : Microsoft.VisualStudio.Shell.Interop.IVsProfferCommands3
[<System.Runtime.InteropServices.Guid("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfferCommands4 = interface
    interface IVsProfferCommands3
Public Interface IVsProfferCommands4
Implements IVsProfferCommands3
Öznitelikler
Uygulamalar

Yöntemler

AddCommandBar(String, UInt32, Object, UInt32, Object)

Kullanıcı arabirimine bir komut çubuğu ekler.

AddCommandBarControl(String, Object, UInt32, UInt32, Object)

Komut çubuğuna bir denetim ekler.

AddNamedCommand(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[])

Adlandırılmış bir komut ekler.

AddNamedCommand2(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[], UInt32)

Adlandırılmış bir komut ekler. Bu sürüm, bir UI öğesini belirten bir parametreye sahiptir.

AddNamedCommand3(Guid, Guid, String, UInt32, String, String, String, Object, UInt32, UInt32, Guid[], UInt32)

Adlandırılmış bir komut ekler.

FindCommandBar(Object, Guid, UInt32, Object)

Belirli bir komutu uygulayan nesneyi bulun.

RemoveCommandBar(Object)

Bir komut çubuğunu kaldırır.

RemoveCommandBarControl(Object)

Bir denetimi komut çubuğundan kaldırır.

RemoveNamedCommand(String)

Adlandırılmış bir komutu kaldırır.

RenameNamedCommand(String, String, String)

Adlandırılmış bir komutu yeniden adlandırır.

Şunlara uygulanır