INotifyItemChanged.NotifyDelete 메서드

Notify the object explorer that an item has been deleted.

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

구문

‘선언
Sub NotifyDelete ( _
    deletedItem As String _
)
‘사용 방법
Dim instance As INotifyItemChanged 
Dim deletedItem As String

instance.NotifyDelete(deletedItem)
void NotifyDelete(
    string deletedItem
)
void NotifyDelete(
    String^ deletedItem
)
abstract NotifyDelete : 
        deletedItem:string -> unit
function NotifyDelete(
    deletedItem : String
)

매개 변수

  • deletedItem
    유형: System.String
    Item that was deleted. This is in the form of the context supplied by the object explorer, which is usually a Uniform Resource Name (URN).

참고 항목

참조

INotifyItemChanged 인터페이스

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