Bagikan melalui


ClassNameChangedEventArgs Constructor

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

  • oldClassName
    Type: System.String
    The class name before the rename operation.

.NET Framework Security

See Also

Reference

ClassNameChangedEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace