Partilhar via


Propriedade VSDBToolsOptionsSettingsChangedEventArgs.Changes

Obtém uma lista das alterações que foram feitas para os valores de configurações.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.IList<VSDBToolsOptionsSettingChange>
A lista de alterações.

Segurança do .NET Framework

Consulte também

Referência

VSDBToolsOptionsSettingsChangedEventArgs Classe

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

VSDBToolsOptionsSettingChange