Propriedade ApplyChangesEventArgs.Changes
Obtém a lista de FileChange os objetos que serão aplicados.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public ReadOnly Property Changes As IList(Of FileChange)
Get
public IList<FileChange> Changes { get; }
public:
property IList<FileChange^>^ Changes {
IList<FileChange^>^ get ();
}
member Changes : IList<FileChange>
function get Changes () : IList<FileChange>
Valor de propriedade
Tipo: System.Collections.Generic.IList<FileChange>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring