Share via


NamespaceNameChangedEventArgs.Files Property

Gets the list of files affected by the rename.

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

Syntax

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

Property Value

Type: IEnumerable<String>
The list of files affected by the rename.

.NET Framework Security

See Also

Reference

NamespaceNameChangedEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace