ScriptFactory.ProcessDroppedFilesAsync Method (StringCollection)

 

Applies To: SQL Server 2016 Preview

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

public void ProcessDroppedFilesAsync(
    StringCollection sc
)
public:
virtual void ProcessDroppedFilesAsync(
    StringCollection^ sc
) sealed
abstract ProcessDroppedFilesAsync : 
        sc:StringCollection -> unit
override ProcessDroppedFilesAsync : 
        sc:StringCollection -> unit
Public Sub ProcessDroppedFilesAsync (
    sc As StringCollection
)

Parameters

See Also

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

Return to top