NodeRenamedEventArgs.NewName 属性

获取或设置节点的新名称。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Property NewName As String
    Get
    Private Set
public string NewName { get; private set; }
public:
property String^ NewName {
    String^ get ();
    private: void set (String^ value);
}
member NewName : string with get, private set
function get NewName () : String
private function set NewName (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

NodeRenamedEventArgs 类

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间