C# Class ImplementNotifyPropertyChangedCS.CommandTarget

Inheritance: IOleCommandTarget
Afficher le fichier Open project: 2j2e/presentations Class Usage Examples

Méthodes publiques

Méthode Description
CommandTarget ( IVsTextView vsTextView, IWpfTextView wpfTextView, SVsServiceProvider serviceProvider ) : System

Private Methods

Méthode 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 méthode

public CommandTarget ( IVsTextView vsTextView, IWpfTextView wpfTextView, SVsServiceProvider serviceProvider ) : System
vsTextView IVsTextView
wpfTextView IWpfTextView
serviceProvider SVsServiceProvider
Résultat System