InputParameterCollection 介面
代表 InputParameter 物件的集合。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<GuidAttribute("096CD694-0786-11D1-95FA-0080C78EE3BB")> _
<CoClassAttribute(GetType(InputParameterCollectionClass))> _
Public Interface InputParameterCollection
Inherits InputParameters
'用途
Dim instance As InputParameterCollection
[GuidAttribute("096CD694-0786-11D1-95FA-0080C78EE3BB")]
[CoClassAttribute(typeof(InputParameterCollectionClass))]
public interface InputParameterCollection : InputParameters
備註
此類型為 coclass 的包裝函式,屬於 COM 互通性中 Managed 程式碼的必要項。使用此類型,即可存取由此 coclass 實作的 COM 介面成員。如需 COM 介面 (包括其成員說明連結) 的詳細資訊,請參閱 InputParameters。
InputParameters 集合可用來存取每一個 InputParameter 物件的 Name 和 Value 屬性。您無法使用 InfoPath 物件模型來加入新的 InputParameter 物件。
當利用 /InputParameters
選項及一個或多個名稱/值組 (以連字號 (&) 字元分隔) 從命令列,或是從指定輸入參數的 URL 字串開啟表單範本時,會填入這個集合。
注意
如果此表單範本發佈到 Microsoft Office Forms Server 2007 或具有 InfoPath Forms Services 的 Microsoft Office SharePoint Server 2007,則當搭配 URL 使用輸入參數時,可能會有伺服器所自動插入的其他名稱/值組。特定輸入參數在使用 URL 與使用 /InputParameters
命令列選項時,可能會有不同的索引值。
請參閱
參考
InputParameterCollection 成員
Microsoft.Office.Interop.InfoPath 命名空間