ClassNameChangedEventArgs Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the ClassNameChangedEventArgs class.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
className As String, _
oldClassName As String, _
files As IEnumerable(Of String) _
)
public ClassNameChangedEventArgs(
string className,
string oldClassName,
IEnumerable<string> files
)
Parameters
className
Type: System.StringThe current class name.
oldClassName
Type: System.StringThe class name before the rename operation.
files
Type: System.Collections.Generic.IEnumerable<String>The files to modify.
.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.