GetDocument (NotesDocumentCollection - LotusScript®)

指定された文書に対応するコレクションのエントリを返します。

注: このメソッドは R5 で新しく追加されました。

定義位置

NotesDocumentCollection

構文

Set notesDocument = notesDocumentCollection .GetDocument( document )

パラメータ

document

NotesDocument. コレクション内の任意の文書。Nothing を指定すると、エラーが生成されます。

戻り値

notesDocument

NotesDocument. notesDocument パラメータに一致する文書を返します。指定の文書が存在しない場合、Nothing を返します。

クロスリファレンス

Java™ DocumentCollection クラスの getDocument メソッド