NamespaceNameChangingEventArgs 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 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.