InputParameters.Count 属性

获取包含在 InputParameter 集合中的 InputParameters 对象的数目。

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

语法

声明
ReadOnly Property Count As Integer
    Get
用法
Dim instance As InputParameters
Dim value As Integer

value = instance.Count
int Count { get; }

属性值

类型:System.Int32
InputParameter 集合中包含的 InputParameters 对象的数目。

备注

备注

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

可以无限制访问此成员。

另请参阅

引用

InputParameters 接口

InputParameters 成员

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