NamespaceNameChangingEventArgs Constructor

Definition

Initializes a new instance of the NamespaceNameChangingEventArgs class.

public:
 NamespaceNameChangingEventArgs(System::String ^ namespaceName, System::String ^ newNamespaceName, System::Collections::Generic::IEnumerable<System::String ^> ^ files, System::Collections::Generic::IList<System::String ^> ^ additionalFiles);
public NamespaceNameChangingEventArgs (string namespaceName, string newNamespaceName, System.Collections.Generic.IEnumerable<string> files, System.Collections.Generic.IList<string> additionalFiles);
new Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs : string * string * seq<string> * System.Collections.Generic.IList<string> -> Microsoft.VisualStudio.SharePoint.NamespaceNameChangingEventArgs
Public Sub New (namespaceName As String, newNamespaceName As String, files As IEnumerable(Of String), additionalFiles As IList(Of String))

Parameters

namespaceName
String

Current namespace name.

newNamespaceName
String

Namespace name after the rename operation.

files
IEnumerable<String>

Files to be modified.

additionalFiles
IList<String>

Additional files that will be affected by a class name change.

Applies to