Link.AddLinkedForms(IList) 方法

定義

在提供的清單中加入一組表單,其中包含指定控制項的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

一組表單,其中包含指定控制項的連結。

適用於

另請參閱