DesignerActionListsChangedEventArgs.RelatedObject 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 DesignerActionList 物件集合相關聯的物件。
public:
property System::Object ^ RelatedObject { System::Object ^ get(); };
public object RelatedObject { get; }
public object? RelatedObject { get; }
member this.RelatedObject : obj
Public ReadOnly Property RelatedObject As Object
屬性值
與 Managed Object 相關聯的 DesignerActionListCollection。
備註
屬性 RelatedObject 可讓程式設計人員將對象與類別的 DesignerActionListsChangedEventArgs 實例產生關聯。
DesignerActionListsChanged針對 事件,RelatedObject屬性應該一律參考 System.ComponentModel.ComponentDesignerActionListCollection 與相關聯的 。