INotifyItemChanged.NotifyAdd 메서드
Notify the object explorer that a new item has been created.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Sub NotifyAdd ( _
newItem As String _
)
‘사용 방법
Dim instance As INotifyItemChanged
Dim newItem As String
instance.NotifyAdd(newItem)
void NotifyAdd(
string newItem
)
void NotifyAdd(
String^ newItem
)
abstract NotifyAdd :
newItem:string -> unit
function NotifyAdd(
newItem : String
)
매개 변수
- newItem
유형: System.String
Item that has been added. This is in the form of the context supplied by the object explorer, which is usually a Uniform Resource Name (URN).
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스