共用方式為


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 命名空間