VCConfiguration.ImportLibrary 屬性

取得要產生的匯入程式庫,或回報組態會產生的匯入程式庫。ImportLibrary 會公開 /IMPLIB (名稱匯入程式庫) 連結器選項的功能。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
ReadOnly Property ImportLibrary As String
string ImportLibrary { get; }
property String^ ImportLibrary {
    String^ get ();
}
abstract ImportLibrary : string with get
function get ImportLibrary () : String

屬性值

型別:System.String
由組態產生的匯入程式庫。

備註

VCConfiguration物件時,這是一個唯讀屬性。

.NET Framework 安全性

請參閱

參考

VCConfiguration 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間