NamespaceNameChangingEventArgs.AdditionalFiles Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Property AdditionalFiles As IList(Of String)
public IList<string> AdditionalFiles { get; private set; }

Property Value

Type: System.Collections.Generic.IList<String>
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.

.NET Framework Security

See Also

Reference

NamespaceNameChangingEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace