VSDBToolsOptionsSettingsChangedEventArgs Constructor
Initializes a new instance of the VSDBToolsOptionsSettingsChangedEventArgs class by using the provided list of changes.
Namespace: Microsoft.Data.Schema.Tools.Settings.Internal
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
changes As IList(Of VSDBToolsOptionsSettingChange) _
)
public VSDBToolsOptionsSettingsChangedEventArgs(
IList<VSDBToolsOptionsSettingChange> changes
)
public:
VSDBToolsOptionsSettingsChangedEventArgs(
IList<VSDBToolsOptionsSettingChange^>^ changes
)
new :
changes:IList<VSDBToolsOptionsSettingChange> -> VSDBToolsOptionsSettingsChangedEventArgs
public function VSDBToolsOptionsSettingsChangedEventArgs(
changes : IList<VSDBToolsOptionsSettingChange>
)
Parameters
- changes
Type: System.Collections.Generic.IList<VSDBToolsOptionsSettingChange>
An IList<T> of VSDBToolsOptionsSettingChange objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VSDBToolsOptionsSettingsChangedEventArgs Class