ComponentDesigner.ShadowPropertyCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示應該覆寫指定屬性的繼承預設值或指派值的遮蔽屬性集合。 此類別無法獲得繼承。
protected: ref class ComponentDesigner::ShadowPropertyCollection sealed
protected sealed class ComponentDesigner.ShadowPropertyCollection
Protected NotInheritable Class ComponentDesigner.ShadowPropertyCollection
- 繼承
-
ComponentDesigner.ShadowPropertyCollection
備註
ComponentDesigner.ShadowPropertyCollection 會儲存特定屬性的值集合,這些屬性會在設計時間覆寫這些屬性的任何其他值。 這適用於確保特定屬性設定為特定值,例如,在背景窗體應該一律將可見屬性設定為 true
的情況下。
屬性
Item[String] |
取得或設定在指定索引處的物件。 |
方法
Contains(String) |
指示與指定名稱相符的屬性是否存在於集合中。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |