ClassNameChangedEventArgs 构造函数

初始化 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
)

参数

  • oldClassName
    类型:System.String
    重命名操作之前的类名称。

.NET Framework 安全性

请参见

参考

ClassNameChangedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间