InputParameters.Item 屬性
從 InputParameter 集合取得指定之 InputParameters 物件的參考。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<DispIdAttribute(0)> _
ReadOnly Default Property Item ( _
<InAttribute> varIndex As Object _
) As InputParameterObject
'用途
Dim instance As InputParameters
Dim varIndex As Object
Dim value As InputParameterObject
value = instance(varIndex)
[DispIdAttribute(0)]
InputParameterObject this [
[InAttribute] Object varIndex
] { get; }
參數
- varIndex
InputParameter 物件的指定索引或名稱。
屬性值
指定的 InputParameter 物件。
備註
InputParameter 物件可由名稱 (若已知) 或由索引值參考。
注意
如果此表單範本發佈到 Microsoft Office Forms Server 2007 或具有 InfoPath Forms Services 的 Microsoft Office SharePoint Server 2007,則當搭配 URL 使用輸入參數時,伺服器可能會自動插入其他名稱/值組。在使用 URL 與使用 /InputParameters
命令列選項時,特定輸入參數可能會有不同的索引值。
請參閱
參考
InputParameters 介面
InputParameters 成員
Microsoft.Office.Interop.InfoPath 命名空間