VSDBToolsOptionsSettingsChangedEventArgs.Changes (Propiedad)

Obtiene una lista de los cambios realizados en los valores de configuración.

Espacio de nombres:  Microsoft.Data.Schema.Tools.Settings.Internal
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Collections.Generic.IList<VSDBToolsOptionsSettingChange>
Lista de cambios.

Seguridad de .NET Framework

Vea también

Referencia

VSDBToolsOptionsSettingsChangedEventArgs Clase

Microsoft.Data.Schema.Tools.Settings.Internal (Espacio de nombres)

VSDBToolsOptionsSettingChange