> ## 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.

# Dictionary オブジェクトの Edit メソッド

> ABBYY FineReader Engine API の Dictionary オブジェクトの Edit メソッド — ユーザー辞書を編集し、ANSI または Unicode でエンコードされたテキストファイルをインポートするための Dictionary ダイアログを表示します（Windows のみ）。

<Note>
  このメソッドは、Windows 用 FRE に実装されています。
</Note>

このメソッドは、ユーザーが辞書を編集できる [Dictionary ダイアログ](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary/edit-method/dictionary-dialog-box) を表示します。このダイアログでは、Windows の ANSI および Unicode エンコードの任意のテキストファイルをインポートできます (単語がスペースまたはその他の非アルファベット文字で区切られている必要があります) 。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT Edit();
```

### C\#

```csharp theme={null}
void Edit();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Sub Edit()
```

<div id="return-values">
  ## 戻り値
</div>

このメソッドに固有の戻り値はありません。代わりに、[ABBYY FineReader Engine 関数の標準の戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="remarks">
  ## 備考
</div>

このメソッドで表示されるダイアログのキャプションには、[IDictionary::Name](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary#name) プロパティの値が使用されます。このメソッドを正しく動作させるには、[IEngine::ParentWindow](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/properties#parentwindow) プロパティに正しい値を設定する必要があります。

<div id="see-also">
  ## 関連項目
</div>

[Dictionary](/ja/fine-reader/engine/api-reference/language-related-objects/dictionary)
