InputParameterObject 接口

定义

表示可以通过命令行或统一资源定位器 (URL) 名称/值对传递到新表单实例的值。

public interface class InputParameterObject : Microsoft::Office::Interop::InfoPath::InputParameter
[System.Runtime.InteropServices.Guid("096CD5B5-0786-11D1-95FA-0080C78EE3BB")]
public interface InputParameterObject : Microsoft.Office.Interop.InfoPath.InputParameter
type InputParameterObject = interface
    interface InputParameter
Public Interface InputParameterObject
Implements InputParameter
派生
属性
实现

注解

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

InputParameter 对象包含通过命令行(使用 /InputParameters 选项)或 URL 字符串传递到 InfoPath 的每个参数对应的名称/值对。 以下语法基于指定的表单模板和使用两个名称/值输入参数对打开新的 InfoPath 表单:

  • 命令行:
  • Url:

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

属性

Name

获取对象表示的输入参数 InputParameter 的名称。

(继承自 InputParameter)
Value

获取对象表示 InputParameter 的输入参数的值。

(继承自 InputParameter)

适用于