IVsProfferCommands4 Interface

Adds, finds, renames, and removes commands from the user interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")> _
Public Interface IVsProfferCommands4 _
    Inherits IVsProfferCommands3
‘사용 방법
Dim instance As IVsProfferCommands4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
public interface IVsProfferCommands4 : IVsProfferCommands3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
public interface class IVsProfferCommands4 : IVsProfferCommands3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")>]
type IVsProfferCommands4 =  
    interface
        interface IVsProfferCommands3
    end
public interface IVsProfferCommands4 extends IVsProfferCommands3

See Also

Reference

IVsProfferCommands4 Members

Microsoft.VisualStudio.Shell.Interop Namespace