ComponentDesigner.AssociatedComponents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与设计器所管理的组件关联的组件集合。
public:
virtual property System::Collections::ICollection ^ AssociatedComponents { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection AssociatedComponents { get; }
member this.AssociatedComponents : System.Collections.ICollection
Public Overridable ReadOnly Property AssociatedComponents As ICollection
属性值
与设计器所管理的组件关联的组件。
注解
此属性指示在复制、拖动或移动操作期间要随设计器管理的组件一起复制或移动的任何组件。
如果此集合包含对当前设计模式文档中其他组件的引用,则会在复制操作期间与设计器管理的组件一起复制这些组件。
选择设计器管理的组件时,此集合将填充任何嵌套控件。 此集合还可以包含其他组件,例如工具栏的按钮。