Delen via


VSDBToolsOptionsSettingsChangedEventArgs.Changes Property

Gets a list of changes that have been made to the settings values.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public ReadOnly Property Changes As IList(Of VSDBToolsOptionsSettingChange)
public IList<VSDBToolsOptionsSettingChange> Changes { get; }
public:
property IList<VSDBToolsOptionsSettingChange^>^ Changes {
    IList<VSDBToolsOptionsSettingChange^>^ get ();
}
member Changes : IList<VSDBToolsOptionsSettingChange>
function get Changes () : IList<VSDBToolsOptionsSettingChange>

Property Value

Type: System.Collections.Generic.IList<VSDBToolsOptionsSettingChange>
The list of changes.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingsChangedEventArgs Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace

VSDBToolsOptionsSettingChange