Share via


ScriptFactory.ProcessDroppedFilesAsync Method

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

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Sub ProcessDroppedFilesAsync ( _
    sc As StringCollection _
)
'Usage
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
)

Parameters

See Also

Reference

ScriptFactory Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace