NamespaceNameChangedEventArgs Constructor
Initializes a new instance of the NamespaceNameChangedEventArgs class.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
namespaceName As String, _
oldNamespaceName As String, _
files As IEnumerable(Of String) _
)
public NamespaceNameChangedEventArgs(
string namespaceName,
string oldNamespaceName,
IEnumerable<string> files
)
Parameters
namespaceName
Type: StringThe current namespace name.
oldNamespaceName
Type: StringThe namespace name before the rename operation.
files
Type: IEnumerable<String>The files to be modified.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.