IVsShellPropertyEvents Interface

Definition

Implemented by clients of ShellPropertyChangeEvents.

public interface class IVsShellPropertyEvents
public interface class IVsShellPropertyEvents
__interface IVsShellPropertyEvents
[System.Runtime.InteropServices.Guid("7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsShellPropertyEvents
[System.Runtime.InteropServices.Guid("7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsShellPropertyEvents
[<System.Runtime.InteropServices.Guid("7A54FEA1-E786-4A30-8F38-45B3703E50DD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsShellPropertyEvents = interface
[<System.Runtime.InteropServices.Guid("7A54FEA1-E786-4A30-8F38-45B3703E50DD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsShellPropertyEvents = interface
Public Interface IVsShellPropertyEvents
Derived
Attributes

Methods

OnShellPropertyChange(Int32, Object)

Called when a shell property changes.

Applies to