다음을 통해 공유


OleMenuCommandService Constructor (IServiceProvider)

Creates a new menu command service.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Sub New ( _
    serviceProvider As IServiceProvider _
)
public OleMenuCommandService(
    IServiceProvider serviceProvider
)

Parameters

  • serviceProvider
    Type: System.IServiceProvider
    The service provider that this service uses to obtain other services. If the service is being used with a designer, this should be the service provider for the designer (such as the DesignSurface instance).

.NET Framework Security

See Also

Reference

OleMenuCommandService Class

OleMenuCommandService Overload

Microsoft.VisualStudio.Shell Namespace