'宣言 Public Shared Function GetDocument( _ ByVal documentName As System.String _ ) As System.Object
public static System.object GetDocument( System.string documentName )
パラメータ
- documentName
- ドキュメントの名前。
戻り値の型
ドキュメントが登録されている場合はメモリ内ドキュメントを、登録されていない場合は null を返します。