ClassNameChangingEventArgs Constructor
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.
Initializes a new instance of the ClassNameChangingEventArgs class.
public:
ClassNameChangingEventArgs(System::String ^ className, System::String ^ newClassName, System::Collections::Generic::IEnumerable<System::String ^> ^ files, System::Collections::Generic::IList<System::String ^> ^ additionalFiles);
public ClassNameChangingEventArgs (string className, string newClassName, System.Collections.Generic.IEnumerable<string> files, System.Collections.Generic.IList<string> additionalFiles);
new Microsoft.VisualStudio.SharePoint.ClassNameChangingEventArgs : string * string * seq<string> * System.Collections.Generic.IList<string> -> Microsoft.VisualStudio.SharePoint.ClassNameChangingEventArgs
Public Sub New (className As String, newClassName As String, files As IEnumerable(Of String), additionalFiles As IList(Of String))
Parameters
- className
- String
The current class name.
- newClassName
- String
The class name after the rename operation.
- files
- IEnumerable<String>
The files to be modified.