ClassNameChangingEventArgs Constructor
Initializes a new instance of the ClassNameChangingEventArgs class.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
className As String, _
newClassName As String, _
files As IEnumerable(Of String), _
additionalFiles As IList(Of String) _
)
public ClassNameChangingEventArgs(
string className,
string newClassName,
IEnumerable<string> files,
IList<string> additionalFiles
)
Parameters
className
Type: StringThe current class name.
newClassName
Type: StringThe class name after the rename operation.
files
Type: IEnumerable<String>The files to be modified.
additionalFiles
Type: IList<String>The files affected by the rename operation.
.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.