UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

WildcardDataPointCollection Class

WildcardDataPointCollection read-only collection of WildcardDataPoint facades in the V1 navigator, with filters that return only basic fields, tables, or field groups.

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • アセンブリ: UiPath.DocumentProcessing.Contracts
  • Inherits: System.Collections.ObjectModel.ReadOnlyCollection<WildcardDataPoint>

説明

WildcardDataPointCollection is a read-only collection of WildcardDataPoint facades. It is the return type of GetFields(...) on ComponentCollectionFacade and exposes filtered views grouped by field type.

Because it inherits from ReadOnlyCollection<WildcardDataPoint>, standard collection members such as Count and the indexer are also available.

メンバー

コンストラクター

コンストラクター説明
WildcardDataPointCollection(IList<WildcardDataPoint> list)Initializes a new collection from a list of facades.
WildcardDataPointCollection(IList<ResultsDataPoint> list)Initializes a new collection by wrapping each ResultsDataPoint in a WildcardDataPoint.

プロパティ

プロパティ入力説明
BasicFieldsBasicDataPoint[]The items that are neither tables nor field groups, as basic field facades. Read-only.
TablesTableDataPoint[]The items of type table, as table facades. Read-only.
FieldGroupsFieldGroupDataPoint[]The items of type field group, as field group facades. Read-only.
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • プロパティ

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得