C# Class ImplementNotifyPropertyChangedCS.CommandTarget

Inheritance: IOleCommandTarget
Show file Open project: 2j2e/presentations Class Usage Examples

Public Methods

Method Description
CommandTarget ( IVsTextView vsTextView, IWpfTextView wpfTextView, SVsServiceProvider serviceProvider ) : System

Private Methods

Method Description
FormatDocument ( ) : void
GetSelectionSpan ( ) : Roslyn.Compilers.TextSpan
GetText ( ) : IText
IOleCommandTarget ( System.Guid &commandGroupId, uint commandCount, OLECMD commands, IntPtr commandText ) : int
IOleCommandTarget ( System.Guid &commandGroupId, uint commandId, uint executeInformation, IntPtr inVar, IntPtr outVar ) : int

Method Details

CommandTarget() public method

public CommandTarget ( IVsTextView vsTextView, IWpfTextView wpfTextView, SVsServiceProvider serviceProvider ) : System
vsTextView IVsTextView
wpfTextView IWpfTextView
serviceProvider SVsServiceProvider
return System