다음을 통해 공유


ScriptFactory.ProcessDroppedFilesAsync 메서드

Processes dropped files by marshalling a control that calls a delegate to do the work.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub ProcessDroppedFilesAsync ( _
    sc As StringCollection _
)
‘사용 방법
Dim instance As ScriptFactory 
Dim sc As StringCollection

instance.ProcessDroppedFilesAsync(sc)
public void ProcessDroppedFilesAsync(
    StringCollection sc
)
public:
virtual void ProcessDroppedFilesAsync(
    StringCollection^ sc
) sealed
abstract ProcessDroppedFilesAsync : 
        sc:StringCollection -> unit  
override ProcessDroppedFilesAsync : 
        sc:StringCollection -> unit
public final function ProcessDroppedFilesAsync(
    sc : StringCollection
)

매개 변수

참고 항목

참조

ScriptFactory 클래스

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