ApplyChangesEventArgs Constructor
Initializes a new instance of the ApplyChangesEventArgs class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub New ( _
changes As IList(Of FileChange) _
)
public ApplyChangesEventArgs(
IList<FileChange> changes
)
public:
ApplyChangesEventArgs(
IList<FileChange^>^ changes
)
new :
changes:IList<FileChange> -> ApplyChangesEventArgs
public function ApplyChangesEventArgs(
changes : IList<FileChange>
)
Parameters
- changes
Type: System.Collections.Generic.IList<FileChange>
A list of file 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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace