InputParameters.Item[Object] 属性

定义

InputParameters集合中获取对指定InputParameter对象的引用。

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::InputParameterObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SemiTrust::InputParameterObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterObject
Default Public ReadOnly Property Item(varIndex As Object) As InputParameterObject

参数

varIndex
Object

指定的 InputParameter 对象的索引或名称。

属性值

指定的 InputParameter 对象。

注解

可以按名称(如果已知)或索引值引用对象 InputParameter

注意:如果使用InfoPath Forms Services将表单模板发布到 Microsoft SharePoint Server 2010,则在将输入参数与 URL 一起使用时,服务器可能会自动插入其他名称/值对。 如果使用 URL 而不是 /InputParameters 命令行选项,则特定输入参数可能具有不同的索引值。

可以无限制访问此成员。

适用于