Link.AddLinkedForms(IList) 方法
定义
向所提供的列表添加一组包含指定控件链接的窗体。Adds the set of forms that contains links to the specified control to the provided list. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override void AddLinkedForms(System::Collections::IList ^ linkedForms);
public override void AddLinkedForms (System.Collections.IList linkedForms);
override this.AddLinkedForms : System.Collections.IList -> unit
Public Overrides Sub AddLinkedForms (linkedForms As IList)
参数
- linkedForms
- IList
包含到指定控件的链接的一组窗体。The set of forms that contain links to the specified control.