IVsShellPropertyEvents Interface
Implemented by clients of ShellPropertyChangeEvents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")> _
<InterfaceTypeAttribute()> _
Public Interface IVsShellPropertyEvents
[GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[InterfaceTypeAttribute()]
public interface IVsShellPropertyEvents
[GuidAttribute(L"7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[InterfaceTypeAttribute()]
public interface class IVsShellPropertyEvents
[<GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")>]
[<InterfaceTypeAttribute()>]
type IVsShellPropertyEvents = interface end
public interface IVsShellPropertyEvents
The IVsShellPropertyEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnShellPropertyChange | Called when a shell property changes. |
Top