IVsShellPropertyEvents 인터페이스

정의

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
파생
특성

메서드

OnShellPropertyChange(Int32, Object)

셸 속성이 변경되면 호출됩니다.

적용 대상