初始化 ClassNameChangedEventArgs 类的新实例。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Sub New ( _
className As String, _
oldClassName As String, _
files As IEnumerable(Of String) _
)
public ClassNameChangedEventArgs(
string className,
string oldClassName,
IEnumerable<string> files
)
参数
- className
类型:System.String
当前类名。
- oldClassName
类型:System.String
重命名操作之前的类名称。
- files
类型:System.Collections.Generic.IEnumerable<String>
要修改的文件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。