Share via


NamespaceNameChangingEventArgs.AdditionalFiles Property

Definition

Gets or sets the collection that allows reporting files that will be affected by the rename operation in addition to those declared in Files. By declaring files here, event sender can prepare itself or the files for the change.

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

The collection that allows reporting files that will be affected by the rename operation in addition to those declared in Files. By declaring files here, event sender can prepare itself or the files for the change.

Applies to