Share via


InputParameterCollection 接口

表示一系列 InputParameter 对象。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
<GuidAttribute("096cd694-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface InputParameterCollection _
    Inherits InputParameters
用法
Dim instance As InputParameterCollection
[GuidAttribute("096cd694-0786-11d1-95fa-0080c78ee3bb")]
public interface InputParameterCollection : InputParameters

备注

此类型是用于 Coclass(托管代码需要此 Coclass 来实现 COM 互操作性)的包装。使用此类型来访问由此 Coclass 实现的 COM 接口。有关 COM 接口的信息(包括指向其成员说明的链接),请参阅InputParameters.

InputParameters 集合可用于访问每个 InputParameter 对象的 NameValue 属性。不可能使用 InfoPath 对象模型添加新的 InputParameter 对象。

当表单模板使用 /InputParameters 选项以及一个或多个名称/值对(由和号 & 分隔)从命令行打开,或者从指定输入参数的 URL 字符串打开时,会填充该集合。

备注

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

另请参阅

引用

InputParameterCollection 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间