IsCompiled 屬性

此頁(yè)沒有內(nèi)容條目
內(nèi)容

expandtri全部顯示

IsCompiled 屬性返回一個(gè) Boolean 值,該值表明 Visual Basic 項(xiàng)目是否處于已編譯狀態(tài)。Boolean 型,只讀。

expression.IsCompiled

expression     必需。返回“應(yīng)用于”列表中的一個(gè)對(duì)象的表達(dá)式。

說(shuō)明

IsCompiled 屬性僅在使用 Visual Basic 時(shí)才可用。

如果項(xiàng)目當(dāng)前處于已編譯狀態(tài),IsCompiled 屬性將返回 True。

若項(xiàng)目從未完全編譯,或者在編譯后又對(duì)模塊進(jìn)行添加、編輯或刪除,或者模塊還沒有在已編譯狀態(tài)進(jìn)行保存,在以上情況下,Application 對(duì)象的 IsCompiled 屬性值均為 False