INotifyItemChanged 인터페이스

COM visible interface that allows control of the object explorer.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
<GuidAttribute("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")> _
<CLSCompliantAttribute(True)> _
Public Interface INotifyItemChanged
‘사용 방법
Dim instance As INotifyItemChanged
[ComVisibleAttribute(true)]
[GuidAttribute("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")]
[CLSCompliantAttribute(true)]
public interface INotifyItemChanged
[ComVisibleAttribute(true)]
[GuidAttribute(L"1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")]
[CLSCompliantAttribute(true)]
public interface class INotifyItemChanged
[<ComVisibleAttribute(true)>]
[<GuidAttribute("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")>]
[<CLSCompliantAttribute(true)>]
type INotifyItemChanged =  interface end
public interface INotifyItemChanged

INotifyItemChanged 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 NotifyAdd Notify the object explorer that a new item has been created.
공용 메서드 NotifyDelete Notify the object explorer that an item has been deleted.
공용 메서드 NotifyModified Notifies the object explorer that an item has been modified.
공용 메서드 NotifyRename Notifies the object explorer that an item has been renamed.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스