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
- 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