SimpleEditorView.MenuCommandService Property
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Protected ReadOnly Property MenuCommandService As IMenuCommandService
'Usage
Dim value As IMenuCommandService
value = Me.MenuCommandService
protected IMenuCommandService MenuCommandService { get; }
protected:
property IMenuCommandService^ MenuCommandService {
IMenuCommandService^ get ();
}
protected function get MenuCommandService () : IMenuCommandService
Property Value
Type: System.ComponentModel.Design.IMenuCommandService
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.