NamespaceNameChangingEventArgs.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 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.