ClassNameChangingEventArgs.AdditionalFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.