メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

これは共通のプロパティです。プラットフォーム固有の実装上の制限については、このプロパティを使用するオブジェクトのトピックに記載されています。
このプロパティを使用すると、ABBYY FineReader Engine のコレクション内の 1 つの要素にアクセスできます。すべての ABBYY FineReader Engine コレクションでこのプロパティを使用します。
Windows では、このプロパティにより、C# で [] 演算子を使用してコレクションの要素にアクセスできます。

構文

C++

HRESULT get_Element(
  int              Index,
  I<ElementType>** Result
);
// "put" メソッドは一部のコレクションでのみ使用可能です
HRESULT put_Element(
  int             Index,
  I<ElementType>* Value
);

C#

I<ElementType> <CollectionType>( int Index );

Visual Basic .NET

Property Element(Index As Integer) As I<ElementType>

パラメーター

Index [in] この変数には、このメソッドでアクセスする要素の index が格納されます。この値は 0 から要素数 - 1 までの範囲でなければなりません。要素数は、同じ コレクション の Count property から取得できます。 Result [out, retval] コレクション要素のインターフェイスへのポインターを受け取る、型 I<ElementType>* の変数です。ElementType は、コレクション を構成する object の 型 です。 Value [in] <ElementType> object を参照します。ElementType は、コレクション を構成する object の 型 です。

備考

以下のテーブルでは、このプロパティを持つコレクションと、それらのコレクション内の要素の型について説明します。

関連項目

Item コレクションの操作 プロパティの操作