NamespaceNameChangingEventArgs Constructor

Definition

Initializes a new instance of the NamespaceNameChangingEventArgs class.

public NamespaceNameChangingEventArgs (string namespaceName, string newNamespaceName, System.Collections.Generic.IEnumerable<string> files, System.Collections.Generic.IList<string> additionalFiles);

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