共用方式為


IInfoPathViewControl.InputScopes 方法

取得列舉中,目前控制項的輸入範圍。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
Sub InputScopes ( _
    <OutAttribute> ppInputScopes As IntPtr, _
    <OutAttribute> ByRef pcInputScopes As UInteger, _
    <OutAttribute> ByRef ppenumPhraseList As IEnumString, _
    <OutAttribute> ByRef pbstrRegExp As String _
)
'用途
Dim instance As IInfoPathViewControl
Dim ppInputScopes As IntPtr
Dim pcInputScopes As UInteger
Dim ppenumPhraseList As IEnumString
Dim pbstrRegExp As String

instance.InputScopes(ppInputScopes, pcInputScopes, ppenumPhraseList, pbstrRegExp)
void InputScopes (
    [OutAttribute] IntPtr ppInputScopes,
    out uint pcInputScopes,
    out IEnumString ppenumPhraseList,
    out string pbstrRegExp
)

參數

  • ppInputScopes
    輸入範圍之陣列的指標。
  • pcInputScopes
    陣列中,由 ppInputScopes 指向的輸入範圍數字。
  • ppenumPhraseList
    包含片語清單之 IEnumString 介面實作的指標。
  • pbstrRegExp
    包含要進行識別之規則運算式的字串指標。

備註

如需有關如何定義 InfoPath 表單中控制項輸入範圍的資訊,請搜尋 InfoPath 說明,尋找「InfoPath 控制項的輸入範圍」。

如需檢視中列舉的控制項 (如果出現的話) 清單,請參閱 IInfoPathDataImporterFields 介面的 GetControls 方法。

如需有關以程式設計方式將資料匯入 InfoPath 表單的詳細資訊,請參閱 Microsoft Office 開發人員中心上的 InfoPath 開發人員入口網站 (英文)

請參閱

參考

IInfoPathViewControl 介面
IInfoPathViewControl 成員
Microsoft.Office.Interop.InfoPath 命名空間