C# Класс Microsoft.VSTalk.Integration.Events.ShellEventListener

A class that encapsulates listening for shell events.
Наследование: BaseEventListener, IVsBroadcastMessageEvents, IVsShellPropertyEvents
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OnBroadcastMessage ( uint msg, IntPtr wParam, IntPtr lParam ) : int

Called when a message is broadcast to the environment window.

OnShellPropertyChange ( int propid, object var ) : int

Called when a shell property has changed.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Приватные методы

Метод Описание
ShellEventListener ( VSTalkPackage package, IVsShell shellService ) : System

Initializes a new instance of the ShellEventListener class.

Описание методов

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

OnBroadcastMessage() публичный Метод

Called when a message is broadcast to the environment window.
public OnBroadcastMessage ( uint msg, IntPtr wParam, IntPtr lParam ) : int
msg uint The notification message.
wParam System.IntPtr The word value parameter.
lParam System.IntPtr The long integer parameter.
Результат int

OnShellPropertyChange() публичный Метод

Called when a shell property has changed.
public OnShellPropertyChange ( int propid, object var ) : int
propid int The id of the property that changed.
var object The new value of the property.
Результат int