Interface IVsShellPropertyEvents
Implementado por clientes de ShellPropertyChangeEvents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[InterfaceTypeAttribute(1)]
public interface IVsShellPropertyEvents
[GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")]
[InterfaceTypeAttribute(1)]
public interface class IVsShellPropertyEvents
[<GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")>]
[<InterfaceTypeAttribute(1)>]
type IVsShellPropertyEvents = interface end
<GuidAttribute("7A54FEA1-E786-4A30-8F38-45B3703E50DD")>
<InterfaceTypeAttribute(1)>
Public Interface IVsShellPropertyEvents
Métodos
Nome | Descrição | |
---|---|---|
![]() |
OnShellPropertyChange(Int32, Object) | Chamado quando um alterações de propriedade do shell. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo