NameChangedEventArgs 构造函数

用部署类型的旧值初始化 NameChangedEventArgs 类的新实例。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    oldName As String _
)
public NameChangedEventArgs(
    string oldName
)

参数

  • oldName
    类型:System.String
    发生更改之前的名称属性值。

.NET Framework 安全性

请参见

参考

NameChangedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间