RenameSolutionEventArgs 类

定义

public ref class RenameSolutionEventArgs : EventArgs
public class RenameSolutionEventArgs : EventArgs
type RenameSolutionEventArgs = class
    inherit EventArgs
Public Class RenameSolutionEventArgs
Inherits EventArgs
继承
RenameSolutionEventArgs

构造函数

RenameSolutionEventArgs(String, String)

属性

NewName

解决方案的新名称

OldName

解决方案的旧名称

适用于