ConfigurationAddedEventArgs.CloneName 属性

获取或设置此新配置所基于的现有配置。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ConfigurationAddedEventArgs 类

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