共用方式為


HOW TO:編輯程式碼屬性

更新:2007 年 11 月

在 Visual Basic 的 [程式碼編輯器] 中,您可以使用 [屬性] (Property) 視窗來套用和編輯型別和成員的屬性 (Attribute)。您可以將 [屬性] (Property) 視窗所列出的屬性 (Attribute) 設為 True,或將屬性 (Attribute) 的 Apply 屬性 (Property) 設為 True,藉此套用該屬性 (Attribute)。套用屬性 (Attribute) 後,就可以編輯 [屬性] (Property) 視窗顯示的屬性 (Property) 來編輯該屬性 (Attribute)。如需詳細資訊,請參閱 Visual Basic 中的屬性

若要套用新屬性

  1. 在 [屬性] (Property) 視窗中尋找所要的屬性 (Attribute)。

  2. 若未列出所要的屬性 (Attribute),則您必須在程式碼中手動套用屬性 (Attribute)。如需詳細資訊,請參閱屬性的應用

  3. 執行下列任一步驟:

    • 如果屬性 (Attribute) 有屬性 (Property),則將 Apply 屬性 (Property) 設為 True。

    -或-

    • 如果屬性 (Attribute) 沒有屬性 (Property),則直接將屬性 (Attribute) 設為 True。

請參閱

概念

Visual Basic 中的屬性概觀

屬性的常見用法

Visual Basic 所用的屬性

屬性的應用

參考

屬性視窗