InputParameterObject 인터페이스
명령줄 또는 URL(Uniform Resource Locator) 이름/값 쌍을 통해 새 양식 인스턴스에 전달할 수 있는 값을 나타냅니다.
네임스페이스: Microsoft.Office.Interop.InfoPath
어셈블리: Microsoft.Office.Interop.InfoPath(microsoft.office.interop.infopath.dll)
구문
<GuidAttribute("096CD5B5-0786-11D1-95FA-0080C78EE3BB")> _
<CoClassAttribute(GetType(InputParameterObjectClass))> _
Public Interface InputParameterObject
Inherits InputParameter
Dim instance As InputParameterObject
[GuidAttribute("096CD5B5-0786-11D1-95FA-0080C78EE3BB")]
[CoClassAttribute(typeof(InputParameterObjectClass))]
public interface InputParameterObject : InputParameter
주의
이 형식은 COM 상호 운용성을 위해 관리 코드에 필요한 coclass에 대한 래퍼입니다. 이 coclass에 의해 구현되는 COM 인터페이스의 구성원에 액세스하려면 이 형식을 사용하십시오. 해당 구성원의 설명에 대한 링크를 비롯한 COM 인터페이스에 대한 자세한 내용은 다음을 참고하십시오. InputParameter.
InputParameter 개체에는 /InputParameters
옵션을 사용하여 명령줄 또는 URL 문자열을 통해 InfoPath에 전달되는 각 매개 변수에 대한 이름/값 쌍이 있습니다. 다음 구문은 지정된 양식 서식 파일에 기반하고 두 쌍의 이름/값 입력 매개 변수를 사용하는 새 InfoPath 양식을 엽니다.
명령줄:
infopath.exe "C:\User Forms\DeptReport.xsn" /InputParameters "Dept=Accounting&Class=Introduction"
URL:
https://server/sites/team/training/Forms/template.xsn?Dept=Accounting&Class=Introduction
참고: |
---|
양식 서식 파일이 Microsoft Office Forms Server 2007 또는 InfoPath Forms Services 를 사용하는 Microsoft Office SharePoint Server 2007 에 게시될 경우 URL에 입력 매개 변수를 같이 사용할 때 서버에서 자동으로 다른 이름/값 쌍을 삽입하는 경우도 있습니다. 특정 입력 매개 변수는 URL을 사용할 때 |
참고 항목
참조
InputParameterObject 구성원
Microsoft.Office.Interop.InfoPath 네임스페이스