ApplyChangesEventArgs.Changes Property
Gets the list of FileChange objects that will be applied.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property Changes As IList(Of FileChange)
public IList<FileChange> Changes { get; }
public:
property IList<FileChange^>^ Changes {
IList<FileChange^>^ get ();
}
member Changes : IList<FileChange>
function get Changes () : IList<FileChange>
Property Value
Type: System.Collections.Generic.IList<FileChange>
.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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace