InputParameterCollection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 InputParameter 。
public interface class InputParameterCollection : Microsoft::Office::Interop::InfoPath::SemiTrust::InputParameters
[System.Runtime.InteropServices.Guid("096cd694-0786-11d1-95fa-0080c78ee3bb")]
public interface InputParameterCollection : Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters
type InputParameterCollection = interface
interface InputParameters
Public Interface InputParameterCollection
Implements InputParameters
- 属性
- 实现
注解
此类型是用于 Coclass(托管代码需要此 Coclass 来实现 COM 互操作性)的包装。 使用此类型来访问由此 Coclass 实现的 COM 接口。 有关 COM 接口的信息(包括指向其成员说明的链接),请参阅InputParameters。
InputParameters 集合可用于访问Name每个 InputParameter 对象的 和 Value 属性。 不可能使用 InfoPath 对象模型添加新的 InputParameter 对象。
使用 /InputParameters 选项和一个或多个名称/值对(用和号和 (&) 字符分隔)或从指定输入参数的 URL 字符串从命令行打开表单模板时,将填充此集合。
注意:如果使用InfoPath Forms Services将表单模板发布到 Microsoft SharePoint Server 2010,则在将输入参数与 URL 一起使用时,服务器可能会自动插入其他名称/值对。 如果使用 URL 而不是 /InputParameters 命令行选项,则特定输入参数可能具有不同的索引值。
属性
Count |
获取集合中包含的对象数 InputParameter 的 InputParameters 计数。 (继承自 InputParameters) |
Item[Object] |
从InputParameters集合中获取对指定InputParameter对象的引用。 (继承自 InputParameters) |
方法
GetEnumerator() |
获取可用于循环访问集合中的所有条目的 InputParametersIEnumerator。 (继承自 InputParameters) |