Share via


ClassNameChangingEventArgs.AdditionalFiles Property

Definition

Gets or sets the list of files affected by the rename operation in addition to those declared in Files.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AdditionalFiles { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AdditionalFiles { get; }
member this.AdditionalFiles : System.Collections.Generic.IList<string>
Public ReadOnly Property AdditionalFiles As IList(Of String)

Property Value

A list of files affected by the rename operation.

Remarks

By declaring the files here, the event sender can prepare itself or the files for the change.

Applies to